summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/querydesign/QueryViewSwitch.cxx
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2010-11-17 09:11:03 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2010-11-17 09:11:03 +0100
commit784ea715b333655894b2702d721fd119f81bd394 (patch)
tree72d1c5552720fd24a10dbd5e197847b57b95a976 /dbaccess/source/ui/querydesign/QueryViewSwitch.cxx
parentd5ff5c6f6810ed06b054d105416908f5a5028922 (diff)
undoapi: carry the SfxUndoManager around as &, not as *
Diffstat (limited to 'dbaccess/source/ui/querydesign/QueryViewSwitch.cxx')
-rw-r--r--dbaccess/source/ui/querydesign/QueryViewSwitch.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/querydesign/QueryViewSwitch.cxx b/dbaccess/source/ui/querydesign/QueryViewSwitch.cxx
index ec3b22899225..d60621f7b414 100644
--- a/dbaccess/source/ui/querydesign/QueryViewSwitch.cxx
+++ b/dbaccess/source/ui/querydesign/QueryViewSwitch.cxx
@@ -299,7 +299,7 @@ bool OQueryViewSwitch::impl_postViewSwitch( const bool i_bGraphicalDesign, const
if ( pContainer )
pContainer->Resize();
- m_pDesignView->getController().getUndoMgr()->Clear();
+ m_pDesignView->getController().GetUndoManager().Clear();
m_pDesignView->getController().InvalidateAll();
return i_bSuccess;