From eeb175d38d569e3cc778faaa3f27ebe4bdd702df Mon Sep 17 00:00:00 2001 From: Martin Blapp Date: Wed, 5 Mar 2003 23:24:06 +0000 Subject: Update to 1.1 beta. Work in progress. de-pkg-comment --- ...-svx+source+accessibility+ChildrenManagerImpl.cxx | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 editors/openoffice-3/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx (limited to 'editors/openoffice-3/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx') diff --git a/editors/openoffice-3/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx b/editors/openoffice-3/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx deleted file mode 100644 index ce77cccd96a8..000000000000 --- a/editors/openoffice-3/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx +++ /dev/null @@ -1,20 +0,0 @@ ---- ../svx/source/accessibility/ChildrenManagerImpl.cxx Mon Oct 21 01:34:17 2002 -+++ ../svx/source/accessibility/ChildrenManagerImpl.cxx.new Mon Oct 21 01:33:50 2002 -@@ -296,8 +296,6 @@ - awt::Rectangle aPixelBBox (xComponent->getBounds()); - if ((aPixelBBox.Width > 0) && (aPixelBBox.Height > 0)) - raDescriptorList.push_back (ChildDescriptor (*I)); -- else -- OSL_TRACE ("accessible shape %x not visible", *I); - } - } - } -@@ -320,8 +318,6 @@ - // the visible area. - if (aBoundingBox.IsOver (aVisibleArea)) - raDescriptorList.push_back (ChildDescriptor (xShape)); -- else -- OSL_TRACE ("shape %x not visible", xShape); - } - } - } -- cgit v1.2.3