diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-11-11 11:07:27 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-11-11 11:07:27 +0000 |
commit | dba9a80021916c49a75d60744871782091719d6d (patch) | |
tree | cd15b760f7d865a44d531231dc7eab12d9aa8c6f /framework/source/uiconfiguration | |
parent | e13de1e5e59399e479a3a153fbd1f4e7673ffc4f (diff) |
INTEGRATION: CWS c06 (1.4.184); FILE MERGED
2005/08/23 12:34:45 cd 1.4.184.1: #i53493# Make toolbar state globally custimizable
Diffstat (limited to 'framework/source/uiconfiguration')
-rw-r--r-- | framework/source/uiconfiguration/makefile.mk | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/framework/source/uiconfiguration/makefile.mk b/framework/source/uiconfiguration/makefile.mk index 0733b5343653..d80645fbb93b 100644 --- a/framework/source/uiconfiguration/makefile.mk +++ b/framework/source/uiconfiguration/makefile.mk @@ -1,12 +1,12 @@ -#************************************************************************* + # # OpenOffice.org - a multi-platform office productivity suite # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: rt $ $Date: 2005-09-09 01:50:07 $ +# last change: $Author: rt $ $Date: 2005-11-11 12:07:27 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -57,7 +57,8 @@ SLOFILES= \ $(SLO)$/moduleimagemanager.obj \ $(SLO)$/imagemanager.obj \ $(SLO)$/graphicnameaccess.obj \ - $(SLO)$/uicategorydescription.obj + $(SLO)$/uicategorydescription.obj \ + $(SLO)$/globalsettings.obj # --- Targets ------------------------------------------------------ |