summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/main/ChartController_Position.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-07-25 07:43:23 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-07-25 07:43:23 +0000
commit5a807ea23bc32ee560db301f2d8ba95ec1f62c54 (patch)
tree1d4a20d1355dcca1175f2d6e03096ac0d9830001 /chart2/source/controller/main/ChartController_Position.cxx
parentINTEGRATION: CWS chart07 (1.11.12); FILE MERGED (diff)
downloadcore-5a807ea23bc32ee560db301f2d8ba95ec1f62c54.tar.gz
core-5a807ea23bc32ee560db301f2d8ba95ec1f62c54.zip
INTEGRATION: CWS chart07 (1.8.12); FILE MERGED
2007/06/25 12:52:11 bm 1.8.12.1: #i74653# store undo manager at model to be able to do an undo even after inplace re-activation
Diffstat (limited to 'chart2/source/controller/main/ChartController_Position.cxx')
-rw-r--r--chart2/source/controller/main/ChartController_Position.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/chart2/source/controller/main/ChartController_Position.cxx b/chart2/source/controller/main/ChartController_Position.cxx
index 1e55b2e0204e..6a9fb52a6d76 100644
--- a/chart2/source/controller/main/ChartController_Position.cxx
+++ b/chart2/source/controller/main/ChartController_Position.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ChartController_Position.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: vg $ $Date: 2007-05-22 18:03:42 $
+ * last change: $Author: rt $ $Date: 2007-07-25 08:43:23 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -115,7 +115,7 @@ void SAL_CALL ChartController::executeDispatch_PositionAndSize()
ActionDescriptionProvider::createDescription(
ActionDescriptionProvider::POS_SIZE,
ObjectNameProvider::getName( ObjectIdentifier::getObjectType( aCID ))),
- m_aUndoManager, m_aModel->getModel() );
+ m_xUndoManager, m_aModel->getModel() );
SfxAbstractTabDialog * pDlg = NULL;
try