summaryrefslogtreecommitdiff
path: root/scripting/java/Framework
diff options
context:
space:
mode:
authorTomas O'Connor <toconnor@openoffice.org>2003-09-10 09:47:29 +0000
committerTomas O'Connor <toconnor@openoffice.org>2003-09-10 09:47:29 +0000
commit08894b009d69268657a3394471e400e14afb1717 (patch)
tree432593de04ea6f8ffbb32be671d8d2ee8721067d /scripting/java/Framework
parentaa6c9866b6140ec8c03f5e74d4c509cf7c8a38c9 (diff)
#i19331#
Reorganisation of Java package structure
Diffstat (limited to 'scripting/java/Framework')
-rw-r--r--scripting/java/Framework/com/sun/star/script/framework/security/SecurityDialog.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripting/java/Framework/com/sun/star/script/framework/security/SecurityDialog.java b/scripting/java/Framework/com/sun/star/script/framework/security/SecurityDialog.java
index 16965848738b..97d98fc6de91 100644
--- a/scripting/java/Framework/com/sun/star/script/framework/security/SecurityDialog.java
+++ b/scripting/java/Framework/com/sun/star/script/framework/security/SecurityDialog.java
@@ -2,9 +2,9 @@
*
* $RCSfile: SecurityDialog.java,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: toconnor $ $Date: 2003-08-27 14:09:10 $
+ * last change: $Author: toconnor $ $Date: 2003-09-10 10:47:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -96,7 +96,7 @@ import com.sun.star.uno.AnyConverter;
import com.sun.star.uno.RuntimeException;
import com.sun.star.uno.XComponentContext;
-import com.sun.star.scripting.runtime.java.LogUtils;
+import com.sun.star.script.framework.log.LogUtils;
public class SecurityDialog extends WeakBase implements XComponent, XServiceInfo, XDialog,
XInitialization {