summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/OfficeDev/MenuElement.java
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-01-31 15:35:27 +0000
committerRüdiger Timm <rt@openoffice.org>2005-01-31 15:35:27 +0000
commit852854b0ac277224996f5fdb58bf22b31f492a8e (patch)
tree132b15f9db58cdecf57fad0f52a1be6352d6fcc3 /odk/examples/DevelopersGuide/OfficeDev/MenuElement.java
parentd452180753def212c6b7b2fb2182fa9c6fb4c015 (diff)
INTEGRATION: CWS sdksample (1.3.124); FILE MERGED
2004/06/17 11:02:23 jsc 1.3.124.1: #i29308# use of new UNO bootstrap feature
Diffstat (limited to 'odk/examples/DevelopersGuide/OfficeDev/MenuElement.java')
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/MenuElement.java7
1 files changed, 2 insertions, 5 deletions
diff --git a/odk/examples/DevelopersGuide/OfficeDev/MenuElement.java b/odk/examples/DevelopersGuide/OfficeDev/MenuElement.java
index 058294fbc106..a2d3b406f817 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/MenuElement.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/MenuElement.java
@@ -2,9 +2,9 @@
*
* $RCSfile: MenuElement.java,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2003-06-30 15:32:05 $
+ * last change: $Author: rt $ $Date: 2005-01-31 16:35:27 $
*
* The Contents of this file are made available subject to the terms of
* the BSD license.
@@ -38,11 +38,8 @@
*
*************************************************************************/
-import com.sun.star.ui.*;
-import com.sun.star.beans.XPropertySet;
import com.sun.star.lang.XServiceInfo;
import com.sun.star.uno.UnoRuntime;
-import com.sun.star.uno.RuntimeException;
// A helper class to determine the menu element type
public class MenuElement