summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/DevelopersGuide')
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OnewayExecutor.java20
1 files changed, 0 insertions, 20 deletions
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OnewayExecutor.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OnewayExecutor.java
index 53e547410105..4e73cf5009e7 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OnewayExecutor.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OnewayExecutor.java
@@ -34,8 +34,6 @@
import java.util.Vector;
-import com.sun.star.frame.FrameActionEvent;
-
// __________ Implementation __________
/**
@@ -147,24 +145,6 @@ class OnewayExecutor extends Thread
// _______________________________
- public static void codeStatusChanged(
- boolean bEncode, Vector[] lParams,
- com.sun.star.frame.FeatureStateEvent[] aStatus)
- {
- if (bEncode)
- {
- lParams[0] = new Vector<Object>(1);
- lParams[0].add( (Object)aStatus[0] );
- }
- else
- {
- aStatus[0] = (com.sun.star.frame.FeatureStateEvent)
- (lParams[0].elementAt(0));
- }
- }
-
- // _______________________________
-
public static void codeAddOrRemoveStatusListener(
boolean bEncode, Vector[] lParams,
com.sun.star.frame.XStatusListener[] xListener,