summaryrefslogtreecommitdiff
path: root/uui/util
diff options
context:
space:
mode:
authorStephan Bergmann <sb@openoffice.org>2001-08-20 06:10:12 +0000
committerStephan Bergmann <sb@openoffice.org>2001-08-20 06:10:12 +0000
commit0efe0299b8d91c7556ae98cbd06ee962ad57a358 (patch)
treea99386e5313913474345f4f2e6bbcea5e7ffc53c /uui/util
parenteb81eae4e0a5beb049c7e8a535928a5ed1e0e022 (diff)
#88408# InteractionHandler accepts initialization args and is no longer single instance.
Diffstat (limited to 'uui/util')
-rw-r--r--uui/util/makefile.mk5
-rw-r--r--uui/util/uui.xml4
2 files changed, 7 insertions, 2 deletions
diff --git a/uui/util/makefile.mk b/uui/util/makefile.mk
index 74e31612d4e1..5160d7bc4d62 100644
--- a/uui/util/makefile.mk
+++ b/uui/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.1.1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: hr $ $Date: 2000-09-18 17:04:11 $
+# last change: $Author: sb $ $Date: 2001-08-20 07:10:12 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -82,6 +82,7 @@ SHL1STDLIBS = \
$(CPPULIB) \
$(SALLIB) \
$(SVTOOLLIB) \
+ $(TKLIB) \
$(TOOLSLIB) \
$(VCLLIB)
diff --git a/uui/util/uui.xml b/uui/util/uui.xml
index 92e067b65764..bd23c53f4c80 100644
--- a/uui/util/uui.xml
+++ b/uui/util/uui.xml
@@ -24,6 +24,7 @@
<project-build-dependency>cppuhelper</project-build-dependency>
<project-build-dependency>sal</project-build-dependency>
<project-build-dependency>svtools</project-build-dependency>
+ <project-build-dependency>toolkit</project-build-dependency>
<project-build-dependency>tools</project-build-dependency>
<project-build-dependency>vcl</project-build-dependency>
<project-build-dependency>vos</project-build-dependency>
@@ -31,13 +32,16 @@
<runtime-module-dependency>cppuhelper3$(COM)</runtime-module-dependency>
<runtime-module-dependency>sal3</runtime-module-dependency>
<runtime-module-dependency>svt</runtime-module-dependency>
+ <runtime-module-dependency>tk</runtime-module-dependency>
<runtime-module-dependency>tl</runtime-module-dependency>
<runtime-module-dependency>vcl</runtime-module-dependency>
<service-dependency>
com.sun.star.task.PasswordContainer
</service-dependency>
+ <type>com.sun.star.awt.XWindow</type>
<type>com.sun.star.beans.PropertyValue</type>
<type>com.sun.star.java.WrongJavaVersionException</type>
+ <type>com.sun.star.lang.XInitialization</type>
<type>com.sun.star.lang.XMultiServiceFactory</type>
<type>com.sun.star.lang.XServiceInfo</type>
<type>com.sun.star.lang.XTypeProvider</type>