summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/CustomizeView.java
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-01-31 15:37:25 +0000
committerRüdiger Timm <rt@openoffice.org>2005-01-31 15:37:25 +0000
commit4cd0f6b16551f1a193bbb1f592b3172f71e7df17 (patch)
tree966b68b2ac3cfb7ee680d7176a5f52109a5b1cbe /odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/CustomizeView.java
parenta2717a2b5ab5e11c556487d0c4403d86bdcdd18d (diff)
INTEGRATION: CWS sdksample (1.3.124); FILE MERGED
2004/06/23 12:15:35 jsc 1.3.124.1: #i29308# use of new UNO bootstrap feature
Diffstat (limited to 'odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/CustomizeView.java')
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/CustomizeView.java20
1 files changed, 3 insertions, 17 deletions
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/CustomizeView.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/CustomizeView.java
index 5c0f72b156c8..1ba840286b95 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/CustomizeView.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/CustomizeView.java
@@ -2,9 +2,9 @@
*
* $RCSfile: CustomizeView.java,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2003-06-30 15:33:34 $
+ * last change: $Author: rt $ $Date: 2005-01-31 16:37:25 $
*
* The Contents of this file are made available subject to the terms of
* the BSD license.
@@ -37,29 +37,15 @@
* USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*************************************************************************/
-
-package OfficeDev.samples.DesktopEnvironment;
-
// __________ Imports __________
-// interfaces
-import com.sun.star.frame.XStatusListener;
-import com.sun.star.frame.XFrameActionListener;
+import com.sun.star.uno.UnoRuntime;
-// UI classes
import java.awt.*;
import javax.swing.*;
-
-// events
-import com.sun.star.frame.FrameActionEvent;
-import com.sun.star.frame.FrameAction;
-import com.sun.star.lang.EventObject;
-
-// base classes/helper
import java.lang.String;
import java.awt.event.*;
import java.awt.*;
-import com.sun.star.uno.UnoRuntime;
// __________ Implementation __________