summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-04-04 09:58:00 +0000
committerKurt Zenker <kz@openoffice.org>2008-04-04 09:58:00 +0000
commit198f8a15e1e77f5b9e573ca166601d1328c7d770 (patch)
tree17d84ac904ae99466ba8e518d1ad0e158952d6eb /chart2
parenteeb3b37fa76dfb3647dc851a7e0f82f92be91bf4 (diff)
INTEGRATION: CWS chart23 (1.9.78); FILE MERGED
2008/02/22 12:22:12 iha 1.9.78.1: #i26488# disable sizing controls for Title and Legend as long as those functions are not available
Diffstat (limited to 'chart2')
-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 6a9fb52a6d76..ce55fa5bac01 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.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2007-07-25 08:43:23 $
+ * last change: $Author: kz $ $Date: 2008-04-04 10:58:00 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -124,7 +124,7 @@ void SAL_CALL ChartController::executeDispatch_PositionAndSize()
//prepare and open dialog
SdrView* pSdrView = m_pDrawViewWrapper;
- bool bResizePossible=true;
+ bool bResizePossible = m_aSelection.isResizeableObjectSelected();
::vos::OGuard aGuard( Application::GetSolarMutex());
SvxAbstractDialogFactory * pFact = SvxAbstractDialogFactory::Create();