diff options
author | Frank Schoenheit [fs] <frank.schoenheit@oracle.com> | 2010-11-16 13:20:01 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@oracle.com> | 2010-11-16 13:20:01 +0100 |
commit | d2de048b2b685ab3376b8f85d3d51e95fca7b80b (patch) | |
tree | 1d06a196acb8ccbb1813a326a7c3a2d5e5c2868b /chart2/source/controller/main/makefile.mk | |
parent | 2f09474ea14bf08a33e0788905a2a68bf5f93b2d (diff) |
undoapi: moved UndoGuard.hxx to the only folder where it is used, renamed ImplDocumentActions.* to UndoActions.*
Diffstat (limited to 'chart2/source/controller/main/makefile.mk')
-rw-r--r-- | chart2/source/controller/main/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/main/makefile.mk b/chart2/source/controller/main/makefile.mk index af2dbcb39c8d..557d6cf6216f 100644 --- a/chart2/source/controller/main/makefile.mk +++ b/chart2/source/controller/main/makefile.mk @@ -72,7 +72,7 @@ SLOFILES = \ $(SLO)$/DrawCommandDispatch.obj \ $(SLO)$/ShapeController.obj \ $(SLO)$/ShapeToolbarController.obj \ - $(SLO)$/ImplDocumentActions.obj \ + $(SLO)$/UndoActions.obj \ $(SLO)$/UndoGuard.obj \ $(SLO)$/ChartModelClone.obj \ |