diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-08-03 10:35:59 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-08-03 10:35:59 +0000 |
commit | 79bc7509526d3c156cc6959afeebcc9622b20e9b (patch) | |
tree | 577e32185f65b5f7d1bb5006da5fc3b444a61cff /sc/source/ui/cctrl | |
parent | 7f37e8fba98ff932ff473a9bbf1dac5717d72e08 (diff) |
INTEGRATION: CWS grouping (1.2.122); FILE MERGED
2004/07/05 17:26:11 dr 1.2.122.1: #i25110# DataPilot grouping dialogs
Diffstat (limited to 'sc/source/ui/cctrl')
-rw-r--r-- | sc/source/ui/cctrl/makefile.mk | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/sc/source/ui/cctrl/makefile.mk b/sc/source/ui/cctrl/makefile.mk index 3b3f57f176e8..2ae941fff308 100644 --- a/sc/source/ui/cctrl/makefile.mk +++ b/sc/source/ui/cctrl/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: obo $ $Date: 2003-10-20 15:36:30 $ +# last change: $Author: hr $ $Date: 2004-08-03 11:35:59 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -80,9 +80,10 @@ PROJECTPCHSOURCE=..$/pch$/ui_pch # --- Files -------------------------------------------------------- SLOFILES = \ - $(SLO)$/popmenu.obj \ - $(SLO)$/tbinsert.obj \ - $(SLO)$/cbuttonw.obj + $(SLO)$/popmenu.obj \ + $(SLO)$/tbinsert.obj \ + $(SLO)$/cbuttonw.obj \ + $(SLO)$/editfield.obj # --- Tagets ------------------------------------------------------- |