summaryrefslogtreecommitdiff
path: root/comphelper/source
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-03-09 12:45:17 +0000
committerOliver Bolte <obo@openoffice.org>2007-03-09 12:45:17 +0000
commit12fae44b789b10eb87c795a7dc94de6a2df48bfc (patch)
tree6118200acd8fe216ada0f1b6cc0586dd5eb0e475 /comphelper/source
parentd0a49efa9591984d62e73090367a14b9ce62b584 (diff)
INTEGRATION: CWS hb02 (1.14.122); FILE MERGED
2007/01/31 10:53:18 fs 1.14.122.1: #i74051# +propertybag.cxx
Diffstat (limited to 'comphelper/source')
-rw-r--r--comphelper/source/property/makefile.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/comphelper/source/property/makefile.mk b/comphelper/source/property/makefile.mk
index 158303ee57ef..240e3ad865aa 100644
--- a/comphelper/source/property/makefile.mk
+++ b/comphelper/source/property/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.14 $
+# $Revision: 1.15 $
#
-# last change: $Author: hr $ $Date: 2005-10-27 17:25:21 $
+# last change: $Author: obo $ $Date: 2007-03-09 13:45:17 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -63,7 +63,8 @@ SLOFILES= \
$(SLO)$/propstate.obj \
$(SLO)$/propertystatecontainer.obj \
$(SLO)$/propertycontainer.obj \
- $(SLO)$/propertycontainerhelper.obj
+ $(SLO)$/propertycontainerhelper.obj \
+ $(SLO)$/propertybag.obj
# --- Targets ----------------------------------