summaryrefslogtreecommitdiff
path: root/editors/openoffice-3/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2003-01-16 05:08:57 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2003-01-16 05:08:57 +0000
commitdf3e7e93b8317ece24fbe7d0c9e4aa1ebb0feca0 (patch)
tree1d9ecedb74d255866c8e1e5df9db0f2739a8ba66 /editors/openoffice-3/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx
parentConvert a few more uses of INDEX to ${INDEXFILE} (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_0_0'.release/5.0.0
Notes
Notes: svn path=/head/; revision=73228 svn path=/tags/RELEASE_5_0_0/; revision=73229; tag=release/5.0.0
Diffstat (limited to 'editors/openoffice-3/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx')
-rw-r--r--editors/openoffice-3/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx20
1 files changed, 0 insertions, 20 deletions
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);
- }
- }
- }