diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-10-27 16:25:21 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-10-27 16:25:21 +0000 |
commit | 577ac71a5c06180289197fe1997929bbf32800ac (patch) | |
tree | c006240766278311b0f1e00ae898e03f14c43457 /comphelper | |
parent | 2f991bd927b569a4186638d71fe88f29f6a9a5d0 (diff) |
INTEGRATION: CWS skeletonmaker (1.12.42); FILE MERGED
2005/10/14 16:56:14 jsc 1.12.42.2: RESYNC: (1.12-1.13); FILE MERGED
2005/08/31 11:27:08 jsc 1.12.42.1: #i51720# remove propertysetmixin.cxx -> moved to cppuhelper
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/source/property/makefile.mk | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/comphelper/source/property/makefile.mk b/comphelper/source/property/makefile.mk index e786d937e0dc..158303ee57ef 100644 --- a/comphelper/source/property/makefile.mk +++ b/comphelper/source/property/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.13 $ +# $Revision: 1.14 $ # -# last change: $Author: rt $ $Date: 2005-09-08 02:57:03 $ +# last change: $Author: hr $ $Date: 2005-10-27 17:25:21 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -63,8 +63,7 @@ SLOFILES= \ $(SLO)$/propstate.obj \ $(SLO)$/propertystatecontainer.obj \ $(SLO)$/propertycontainer.obj \ - $(SLO)$/propertycontainerhelper.obj \ - $(SLO)$/propertysetmixin.obj + $(SLO)$/propertycontainerhelper.obj # --- Targets ---------------------------------- |