diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-02-25 14:44:25 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-02-25 14:44:25 +0000 |
commit | b495598d500b2be9f7c83e72ce1a4ae95ebc5e97 (patch) | |
tree | 147efadfdab33541012450ac0a1573c8a39582ba | |
parent | 29c8cbe0ad7638e1a0ccf86eef54d9ce7a9bb226 (diff) |
INTEGRATION: CWS layoutmanager (1.15.4); FILE MERGED
2004/01/29 19:40:33 cd 1.15.4.2: RESYNC: (1.15-1.17); FILE MERGED
2004/01/19 10:13:39 cd 1.15.4.1: #111899# Support ui configuration manager at model and modify flag
-rw-r--r-- | sfx2/source/dialog/makefile.mk | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/sfx2/source/dialog/makefile.mk b/sfx2/source/dialog/makefile.mk index 906aed6d95c4..8f1275b6c959 100644 --- a/sfx2/source/dialog/makefile.mk +++ b/sfx2/source/dialog/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.17 $ +# $Revision: 1.18 $ # -# last change: $Author: rt $ $Date: 2004-01-05 11:39:38 $ +# last change: $Author: kz $ $Date: 2004-02-25 15:44:25 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -79,7 +79,8 @@ EXCEPTIONSFILES=\ $(SLO)$/filedlghelper.obj \ $(SLO)$/mailmodel.obj \ $(SLO)$/cfg.obj \ - $(SLO)$/partwnd.obj + $(SLO)$/partwnd.obj \ + $(SLO)$/menucfg.obj SLOFILES =\ $(EXCEPTIONSFILES) \ @@ -112,13 +113,13 @@ SLOFILES =\ $(SLO)$/tplpitem.obj \ $(SLO)$/versdlg.obj \ $(SLO)$/printopt.obj \ - $(SLO)$/recfloat.obj \ + $(SLO)$/recfloat.obj \ $(SLO)$/cfgtreelstbox.obj \ $(SLO)$/itemconnect.obj SRS1NAME=$(TARGET) SRC1FILES =\ - recfloat.src \ + recfloat.src \ about.src \ cfg.src \ dialog.src \ |