diff options
author | Noel Grandin <noel@peralex.com> | 2012-09-07 09:53:14 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-09-10 23:43:38 +0200 |
commit | ad467c135936ad59462ad553383b7e1791d1d31d (patch) | |
tree | d125453b547bed9ad6e03350369c7c9b09793583 /odk/examples/DevelopersGuide | |
parent | 43cd64dd61f24ac6ce1a2b4b7a04604734bfef2b (diff) |
Java cleanup, remove dead code
Change-Id: Ic937a028a35c19adca9c42f6c59243a807ce3457
Diffstat (limited to 'odk/examples/DevelopersGuide')
-rw-r--r-- | odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OnewayExecutor.java | 20 |
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, |