From 7e11c73b548b4bc6186326598bceb2dfd6f9e6a5 Mon Sep 17 00:00:00 2001 From: Martin Blapp Date: Mon, 21 Oct 2002 10:34:38 +0000 Subject: Remove OSL_TRACEs with wrong syntax. --- ...-svx+source+accessibility+ChildrenManagerImpl.cxx | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 editors/openoffice-3/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx (limited to 'editors/openoffice-3') diff --git a/editors/openoffice-3/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx b/editors/openoffice-3/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx new file mode 100644 index 000000000000..ce77cccd96a8 --- /dev/null +++ b/editors/openoffice-3/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx @@ -0,0 +1,20 @@ +--- ../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