diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-09-26 06:40:33 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-09-27 07:54:45 +0200 |
commit | dfbf87785607b809f8bd507fd7f6ff2301bf34a0 (patch) | |
tree | 6f7d5e247217bc73b03f3aa74fc7328a4d5baa8d /chart2/source/controller | |
parent | e72e8c59fb1103f46b3d0b3e6a2386566068b1a2 (diff) |
gcc3 is not supported anymore, so remove that
Change-Id: Iddc481e13d40a6399a4a23a45c812b34a3a109f6
Diffstat (limited to 'chart2/source/controller')
-rw-r--r-- | chart2/source/controller/main/ChartController.cxx | 3 |
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; |