From 628c17df4a0f28266d38a396b6134b5622138c60 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Mon, 31 Jan 2005 15:40:05 +0000 Subject: INTEGRATION: CWS sdksample (1.3.124); FILE MERGED 2004/06/23 12:15:38 jsc 1.3.124.1: #i29308# use of new UNO bootstrap feature --- .../DevelopersGuide/OfficeDev/DesktopEnvironment/NativeView.java | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/NativeView.java') diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/NativeView.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/NativeView.java index 4eead7eb21b5..b9853f9037d5 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/NativeView.java +++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/NativeView.java @@ -2,9 +2,9 @@ * * $RCSfile: NativeView.java,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2003-06-30 15:35:16 $ + * last change: $Author: rt $ $Date: 2005-01-31 16:39:23 $ * * The Contents of this file are made available subject to the terms of * the BSD license. @@ -38,8 +38,6 @@ * *************************************************************************/ -package OfficeDev.samples.DesktopEnvironment; - // __________ Imports __________ import java.awt.*; -- cgit