summaryrefslogtreecommitdiff
path: root/chart2/source/controller/main/ChartController_Properties.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/main/ChartController_Properties.cxx')
-rw-r--r--chart2/source/controller/main/ChartController_Properties.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/chart2/source/controller/main/ChartController_Properties.cxx b/chart2/source/controller/main/ChartController_Properties.cxx
index 43d9ca1212eb..521acb4690fb 100644
--- a/chart2/source/controller/main/ChartController_Properties.cxx
+++ b/chart2/source/controller/main/ChartController_Properties.cxx
@@ -817,8 +817,7 @@ void ChartController::executeDispatch_View3D()
{
try
{
- // using assignment for broken gcc 3.3
- UndoLiveUpdateGuard aUndoGuard = UndoLiveUpdateGuard(
+ UndoLiveUpdateGuard aUndoGuard(
SCH_RESSTR( STR_ACTION_EDIT_3D_VIEW ),
m_xUndoManager );