summaryrefslogtreecommitdiffstats
path: root/ucb/qa/complex/tdoc/_XPropertySetInfoChangeNotifier.java
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/qa/complex/tdoc/_XPropertySetInfoChangeNotifier.java')
-rw-r--r--ucb/qa/complex/tdoc/_XPropertySetInfoChangeNotifier.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/ucb/qa/complex/tdoc/_XPropertySetInfoChangeNotifier.java b/ucb/qa/complex/tdoc/_XPropertySetInfoChangeNotifier.java
index e8b54130ef16..0b669f7eb21c 100644
--- a/ucb/qa/complex/tdoc/_XPropertySetInfoChangeNotifier.java
+++ b/ucb/qa/complex/tdoc/_XPropertySetInfoChangeNotifier.java
@@ -43,11 +43,8 @@ public class _XPropertySetInfoChangeNotifier {
}
private class PropertySetInfoChangeListener implements XPropertySetInfoChangeListener {
- public boolean disposed = false;
- public boolean propChanged = false;
public void disposing(com.sun.star.lang.EventObject eventObject) {
- disposed = true;
}
public void propertySetInfoChange(com.sun.star.beans.PropertySetInfoChangeEvent propertySetInfoChangeEvent) {