summaryrefslogtreecommitdiff
path: root/accessibility/bridge/org/openoffice/java/accessibility/Table.java
diff options
context:
space:
mode:
authorOliver Braun <obr@openoffice.org>2002-12-06 11:54:43 +0000
committerOliver Braun <obr@openoffice.org>2002-12-06 11:54:43 +0000
commitaa37230b1f4da7a052a5ab9792f0f75d2b4d09b6 (patch)
tree052eedf783fe512e23a0d85cb4d7408c71bc27a2 /accessibility/bridge/org/openoffice/java/accessibility/Table.java
parent8c221871ae9a61d3dface0ab816acf288a0dba63 (diff)
#100456# removed debug output
Diffstat (limited to 'accessibility/bridge/org/openoffice/java/accessibility/Table.java')
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/Table.java7
1 files changed, 2 insertions, 5 deletions
diff --git a/accessibility/bridge/org/openoffice/java/accessibility/Table.java b/accessibility/bridge/org/openoffice/java/accessibility/Table.java
index 1b75a4ff79e3..367766ac750b 100644
--- a/accessibility/bridge/org/openoffice/java/accessibility/Table.java
+++ b/accessibility/bridge/org/openoffice/java/accessibility/Table.java
@@ -2,9 +2,9 @@
*
* $RCSfile: Table.java,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: obr $ $Date: 2002-12-06 11:25:40 $
+ * last change: $Author: obr $ $Date: 2002-12-06 12:54:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -86,9 +86,6 @@ public class Table extends DescendantManager implements javax.accessibility.Acce
protected void setActiveDescendant(javax.accessibility.Accessible descendant) {
javax.accessibility.Accessible oldAD = activeDescendant;
activeDescendant = descendant;
- if (Build.DEBUG) {
- System.err.println("Firing ACTIVE_DESCENDANT property change");
- }
firePropertyChange(AccessibleContext.ACCESSIBLE_ACTIVE_DESCENDANT_PROPERTY,
oldAD, descendant);
}