aboutsummaryrefslogtreecommitdiffstats
path: root/editors/openoffice.org-3-devel
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2002-10-21 18:34:38 +0800
committermbr <mbr@FreeBSD.org>2002-10-21 18:34:38 +0800
commit8fe20f6f80e911cb937c10c3e2dc2bf322fa2809 (patch)
treea2b8b77cc9e12e9c2e7ab2b1331069614ab14822 /editors/openoffice.org-3-devel
parent258803c753a1af8679783ae28e1c611115cf5fc9 (diff)
downloadfreebsd-ports-gnome-8fe20f6f80e911cb937c10c3e2dc2bf322fa2809.tar.gz
freebsd-ports-gnome-8fe20f6f80e911cb937c10c3e2dc2bf322fa2809.tar.zst
freebsd-ports-gnome-8fe20f6f80e911cb937c10c3e2dc2bf322fa2809.zip
Remove OSL_TRACEs with wrong syntax.
Diffstat (limited to 'editors/openoffice.org-3-devel')
-rw-r--r--editors/openoffice.org-3-devel/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx20
1 files changed, 20 insertions, 0 deletions
diff --git a/editors/openoffice.org-3-devel/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx b/editors/openoffice.org-3-devel/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx
new file mode 100644
index 000000000000..ce77cccd96a8
--- /dev/null
+++ b/editors/openoffice.org-3-devel/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);
+ }
+ }
+ }