summaryrefslogtreecommitdiffstats
path: root/comphelper
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-23 12:20:44 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-23 12:20:44 +0000
commite6de707402bb8c608b7745a02e2c08d524b9bf10 (patch)
tree27d4d6660a070c9c4c7290acf22e59fc3ac94d55 /comphelper
parentINTEGRATION: CWS sb79 (1.1.2); FILE ADDED (diff)
downloadcore-e6de707402bb8c608b7745a02e2c08d524b9bf10.tar.gz
core-e6de707402bb8c608b7745a02e2c08d524b9bf10.zip
INTEGRATION: CWS sb79 (1.39.38); FILE MERGED
2007/10/04 11:54:53 sb 1.39.38.1: #i66621# Introduced comphelper::string::searchAndReplace.
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/source/misc/makefile.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/comphelper/source/misc/makefile.mk b/comphelper/source/misc/makefile.mk
index f4039764e8a1..5ab2c684aa59 100644
--- a/comphelper/source/misc/makefile.mk
+++ b/comphelper/source/misc/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.40 $
+# $Revision: 1.41 $
#
-# last change: $Author: kz $ $Date: 2007-10-09 15:34:35 $
+# last change: $Author: ihi $ $Date: 2007-11-23 13:20:44 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -84,7 +84,8 @@ SLOFILES= \
$(SLO)$/SelectionMultiplex.obj \
$(SLO)$/namedvaluecollection.obj \
$(SLO)$/logging.obj \
- $(SLO)$/documentinfo.obj
+ $(SLO)$/documentinfo.obj \
+ $(SLO)$/string.obj
# --- Targets ----------------------------------