summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/OfficeDev/Linguistic/PropChgHelper.java
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/DevelopersGuide/OfficeDev/Linguistic/PropChgHelper.java')
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/Linguistic/PropChgHelper.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/odk/examples/DevelopersGuide/OfficeDev/Linguistic/PropChgHelper.java b/odk/examples/DevelopersGuide/OfficeDev/Linguistic/PropChgHelper.java
index 2932a7791367..98f7e27e259e 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/Linguistic/PropChgHelper.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/Linguistic/PropChgHelper.java
@@ -138,9 +138,9 @@ public class PropChgHelper implements
// __________ interface methods __________
- //***************
+
// XEventListener
- //***************
+
public void disposing( EventObject aSource )
throws com.sun.star.uno.RuntimeException
{
@@ -150,18 +150,18 @@ public class PropChgHelper implements
}
}
- //************************
+
// XPropertyChangeListener
- //************************
+
public void propertyChange( PropertyChangeEvent aEvt )
throws com.sun.star.uno.RuntimeException
{
// will be overloaded in derived classes
}
- //******************************
+
// XLinguServiceEventBroadcaster
- //******************************
+
public boolean addLinguServiceEventListener(
XLinguServiceEventListener xListener )
throws com.sun.star.uno.RuntimeException