summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-09-26 06:40:33 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-09-27 07:54:45 +0200
commitdfbf87785607b809f8bd507fd7f6ff2301bf34a0 (patch)
tree6f7d5e247217bc73b03f3aa74fc7328a4d5baa8d /chart2
parente72e8c59fb1103f46b3d0b3e6a2386566068b1a2 (diff)
gcc3 is not supported anymore, so remove that
Change-Id: Iddc481e13d40a6399a4a23a45c812b34a3a109f6
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/controller/main/ChartController.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/chart2/source/controller/main/ChartController.cxx b/chart2/source/controller/main/ChartController.cxx
index 8683b949cf78..4b31bb244918 100644
--- a/chart2/source/controller/main/ChartController.cxx
+++ b/chart2/source/controller/main/ChartController.cxx
@@ -1366,8 +1366,7 @@ void SAL_CALL ChartController::releaseContextMenuInterceptor(
void ChartController::executeDispatch_ChartType()
{
- // using assignment for broken gcc 3.3
- UndoLiveUpdateGuard aUndoGuard = UndoLiveUpdateGuard(
+ UndoLiveUpdateGuard aUndoGuard(
SCH_RESSTR( STR_ACTION_EDIT_CHARTTYPE ), m_xUndoManager );
SolarMutexGuard aSolarGuard;