summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sd/source/ui/func/futext2.cxx6
-rw-r--r--sd/util/makefile.mk7
2 files changed, 7 insertions, 6 deletions
diff --git a/sd/source/ui/func/futext2.cxx b/sd/source/ui/func/futext2.cxx
index d55fffa82492..4a5faa91f921 100644
--- a/sd/source/ui/func/futext2.cxx
+++ b/sd/source/ui/func/futext2.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: futext2.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:48:36 $
+ * last change: $Author: cl $ $Date: 2001-03-19 10:14:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,7 +71,7 @@
#include <svx/unolingu.hxx>
#endif
-#include <cppuhelper/extract.hxx>
+#include <comphelper/extract.hxx>
#include "futext.hxx"
#include "app.hxx"
diff --git a/sd/util/makefile.mk b/sd/util/makefile.mk
index bc46543a6a2a..44b35f105d06 100644
--- a/sd/util/makefile.mk
+++ b/sd/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: ka $ $Date: 2001-02-13 13:11:08 $
+# last change: $Author: cl $ $Date: 2001-03-19 10:19:40 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -220,7 +220,8 @@ ALL: \
LIB5TARGET= $(LB)$/sdl.lib
LIB5ARCHIV= $(LB)$/libsdl.a
LIB5FILES= \
- $(LB)$/sxl_core.lib
+ $(LB)$/sxl_core.lib\
+ $(LB)$/sxl_unoidl.lib
.ENDIF
# --- Targets -------------------------------------------------------------