summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorStephan Bergmann <sb@openoffice.org>2001-06-20 06:57:05 +0000
committerStephan Bergmann <sb@openoffice.org>2001-06-20 06:57:05 +0000
commitc142323cf91686ec935fd9c38c834e66fd492dcc (patch)
treec4964938828900a0401db663e843f354505d281f /sfx2
parent0a9580c153eb15448563ccefb01d691d1d1511c8 (diff)
#88442# Derive class from salhelper::SimpleReferenceObject, which is safer than vos::OReference.
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/util/makefile.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/sfx2/util/makefile.mk b/sfx2/util/makefile.mk
index 079dad49781e..ddcac2ec1e60 100644
--- a/sfx2/util/makefile.mk
+++ b/sfx2/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.9 $
+# $Revision: 1.10 $
#
-# last change: $Author: ssa $ $Date: 2001-06-08 08:11:25 $
+# last change: $Author: sb $ $Date: 2001-06-20 07:57:05 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -133,6 +133,7 @@ SHL1STDLIBS+=\
$(BASICLIB) \
$(VOSLIB) \
$(SALLIB) \
+ $(SALHELPERLIB) \
$(CHANELLIB) \
$(SO2LIB) \
$(INETLIBSH) \