summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/main/makefile.mk
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-05-22 17:10:36 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-05-22 17:10:36 +0000
commitf960ce7f2cbd87dca1ca43504608fed6da02bc7c (patch)
tree85aef1db764f01db92906c949f701ce6fa9df79b /chart2/source/controller/main/makefile.mk
parentINTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED (diff)
downloadcore-f960ce7f2cbd87dca1ca43504608fed6da02bc7c.tar.gz
core-f960ce7f2cbd87dca1ca43504608fed6da02bc7c.zip
INTEGRATION: CWS chart2mst3 (1.5.4); FILE MERGED
2006/10/06 09:11:07 bm 1.5.4.14: #i64500# clipboard for chart objects 2006/08/22 17:31:54 bm 1.5.4.13: #i68861# implement the status bar 2006/06/29 13:54:41 bm 1.5.4.12: dropping dragged cell-ranges from calc here. Missing: determine if the originating document is the container 2006/03/15 15:54:01 bm 1.5.4.11: ObjectHierarchy moved here from tools 2006/03/12 00:59:30 iha 1.5.4.10: merged ChartAPIValueProvider with Chart2ModelContact 2006/01/13 13:41:52 bm 1.5.4.9: +ChartController_Tools 2005/12/03 18:48:04 iha 1.5.4.8: enable pie segment dragging 2005/11/30 10:00:11 bm 1.5.4.7: ViewSingletons split up into RessourceManager and ConfigurationAccess 2005/11/30 09:58:57 bm 1.5.4.6: ResIdHelper moved to tools 2005/11/29 18:02:46 bm 1.5.4.5: ResId moved to tools 2005/11/25 17:42:34 bm 1.5.4.4: command enabling according to model state 2005/11/21 14:52:58 bm 1.5.4.3: +resid helper, +command dispatch classes 2005/10/07 11:37:14 bm 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED 2004/02/13 16:51:20 bm 1.5.4.1: join from changes on branch bm_post_chart01
Diffstat (limited to 'chart2/source/controller/main/makefile.mk')
-rw-r--r--chart2/source/controller/main/makefile.mk20
1 files changed, 15 insertions, 5 deletions
diff --git a/chart2/source/controller/main/makefile.mk b/chart2/source/controller/main/makefile.mk
index c0763da59133..c446dd6d4103 100644
--- a/chart2/source/controller/main/makefile.mk
+++ b/chart2/source/controller/main/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: rt $ $Date: 2005-09-08 00:36:15 $
+# last change: $Author: vg $ $Date: 2007-05-22 18:10:36 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -49,8 +49,6 @@ ENABLE_EXCEPTIONS= TRUE
#object files to build and link together to lib $(SLB)$/$(TARGET).lib
SLOFILES = \
$(SLO)$/ConfigurationAccess.obj \
- $(SLO)$/ViewSingletons.obj \
- $(SLO)$/ResId.obj \
$(SLO)$/SelectionHelper.obj \
$(SLO)$/PositionAndSizeHelper.obj \
$(SLO)$/ChartWindow.obj \
@@ -61,8 +59,20 @@ SLOFILES = \
$(SLO)$/ChartController_Insert.obj \
$(SLO)$/ChartController_TextEdit.obj \
$(SLO)$/ChartController_Position.obj \
+ $(SLO)$/ChartController_Tools.obj \
$(SLO)$/ChartFrameloader.obj \
- $(SLO)$/_serviceregistration_controller.obj
+ $(SLO)$/CommandDispatchContainer.obj \
+ $(SLO)$/CommandDispatch.obj \
+ $(SLO)$/ControllerCommandDispatch.obj \
+ $(SLO)$/UndoCommandDispatch.obj \
+ $(SLO)$/DragMethod_Base.obj \
+ $(SLO)$/DragMethod_RotateDiagram.obj \
+ $(SLO)$/DragMethod_PieSegment.obj \
+ $(SLO)$/ObjectHierarchy.obj \
+ $(SLO)$/_serviceregistration_controller.obj \
+ $(SLO)$/ChartDropTargetHelper.obj \
+ $(SLO)$/StatusBarCommandDispatch.obj \
+ $(SLO)$/ChartTransferable.obj
# $(SLO)$/CommonConverters.obj \
# $(SLO)$/Scaling.obj \