aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--editors/openoffice-1.1-devel/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx20
-rw-r--r--editors/openoffice-1.1/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx20
-rw-r--r--editors/openoffice-2.0-devel/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx20
-rw-r--r--editors/openoffice-3-devel/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx20
-rw-r--r--editors/openoffice-3/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx20
-rw-r--r--editors/openoffice-devel/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx20
-rw-r--r--editors/openoffice.org-1.1-devel/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx20
-rw-r--r--editors/openoffice.org-1.1/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx20
-rw-r--r--editors/openoffice.org-2-RC/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx20
-rw-r--r--editors/openoffice.org-2-devel/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx20
-rw-r--r--editors/openoffice.org-2.0-devel/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx20
-rw-r--r--editors/openoffice.org-2.0/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx20
-rw-r--r--editors/openoffice.org-2/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx20
-rw-r--r--editors/openoffice.org-3-RC/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx20
-rw-r--r--editors/openoffice.org-3-devel/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx20
-rw-r--r--editors/openoffice.org-3/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx20
-rw-r--r--editors/openoffice.org-vcltesttool/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx20
17 files changed, 340 insertions, 0 deletions
diff --git a/editors/openoffice-1.1-devel/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx b/editors/openoffice-1.1-devel/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx
new file mode 100644
index 00000000000..ce77cccd96a
--- /dev/null
+++ b/editors/openoffice-1.1-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);
+ }
+ }
+ }
diff --git a/editors/openoffice-1.1/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx b/editors/openoffice-1.1/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx
new file mode 100644
index 00000000000..ce77cccd96a
--- /dev/null
+++ b/editors/openoffice-1.1/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);
+ }
+ }
+ }
diff --git a/editors/openoffice-2.0-devel/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx b/editors/openoffice-2.0-devel/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx
new file mode 100644
index 00000000000..ce77cccd96a
--- /dev/null
+++ b/editors/openoffice-2.0-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);
+ }
+ }
+ }
diff --git a/editors/openoffice-3-devel/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx b/editors/openoffice-3-devel/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx
new file mode 100644
index 00000000000..ce77cccd96a
--- /dev/null
+++ b/editors/openoffice-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);
+ }
+ }
+ }
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 00000000000..ce77cccd96a
--- /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);
+ }
+ }
+ }
diff --git a/editors/openoffice-devel/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx b/editors/openoffice-devel/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx
new file mode 100644
index 00000000000..ce77cccd96a
--- /dev/null
+++ b/editors/openoffice-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);
+ }
+ }
+ }
diff --git a/editors/openoffice.org-1.1-devel/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx b/editors/openoffice.org-1.1-devel/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx
new file mode 100644
index 00000000000..ce77cccd96a
--- /dev/null
+++ b/editors/openoffice.org-1.1-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);
+ }
+ }
+ }
diff --git a/editors/openoffice.org-1.1/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx b/editors/openoffice.org-1.1/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx
new file mode 100644
index 00000000000..ce77cccd96a
--- /dev/null
+++ b/editors/openoffice.org-1.1/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);
+ }
+ }
+ }
diff --git a/editors/openoffice.org-2-RC/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx b/editors/openoffice.org-2-RC/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx
new file mode 100644
index 00000000000..ce77cccd96a
--- /dev/null
+++ b/editors/openoffice.org-2-RC/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);
+ }
+ }
+ }
diff --git a/editors/openoffice.org-2-devel/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx b/editors/openoffice.org-2-devel/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx
new file mode 100644
index 00000000000..ce77cccd96a
--- /dev/null
+++ b/editors/openoffice.org-2-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);
+ }
+ }
+ }
diff --git a/editors/openoffice.org-2.0-devel/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx b/editors/openoffice.org-2.0-devel/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx
new file mode 100644
index 00000000000..ce77cccd96a
--- /dev/null
+++ b/editors/openoffice.org-2.0-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);
+ }
+ }
+ }
diff --git a/editors/openoffice.org-2.0/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx b/editors/openoffice.org-2.0/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx
new file mode 100644
index 00000000000..ce77cccd96a
--- /dev/null
+++ b/editors/openoffice.org-2.0/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);
+ }
+ }
+ }
diff --git a/editors/openoffice.org-2/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx b/editors/openoffice.org-2/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx
new file mode 100644
index 00000000000..ce77cccd96a
--- /dev/null
+++ b/editors/openoffice.org-2/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);
+ }
+ }
+ }
diff --git a/editors/openoffice.org-3-RC/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx b/editors/openoffice.org-3-RC/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx
new file mode 100644
index 00000000000..ce77cccd96a
--- /dev/null
+++ b/editors/openoffice.org-3-RC/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);
+ }
+ }
+ }
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 00000000000..ce77cccd96a
--- /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);
+ }
+ }
+ }
diff --git a/editors/openoffice.org-3/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx b/editors/openoffice.org-3/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx
new file mode 100644
index 00000000000..ce77cccd96a
--- /dev/null
+++ b/editors/openoffice.org-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);
+ }
+ }
+ }
diff --git a/editors/openoffice.org-vcltesttool/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx b/editors/openoffice.org-vcltesttool/files/patch-svx+source+accessibility+ChildrenManagerImpl.cxx
new file mode 100644
index 00000000000..ce77cccd96a
--- /dev/null
+++ b/editors/openoffice.org-vcltesttool/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);
+ }
+ }
+ }