summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/querydesign/QueryViewSwitch.cxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2002-02-06 10:36:54 +0000
committerOcke Janssen <oj@openoffice.org>2002-02-06 10:36:54 +0000
commit7bfad2a0abeca6fe8e3187a6ed8c800c93b9d0fd (patch)
treeb6a89f84e4d428aa91138c5d3b5c2101a24638da /dbaccess/source/ui/querydesign/QueryViewSwitch.cxx
parent0a5064261cbd1bc65b3ef3500d6d1971ee152aa9 (diff)
#96957# new handling inserted for context menu and accessibility
Diffstat (limited to 'dbaccess/source/ui/querydesign/QueryViewSwitch.cxx')
-rw-r--r--dbaccess/source/ui/querydesign/QueryViewSwitch.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/dbaccess/source/ui/querydesign/QueryViewSwitch.cxx b/dbaccess/source/ui/querydesign/QueryViewSwitch.cxx
index a993966e72c0..d8db175949aa 100644
--- a/dbaccess/source/ui/querydesign/QueryViewSwitch.cxx
+++ b/dbaccess/source/ui/querydesign/QueryViewSwitch.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: QueryViewSwitch.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: oj $ $Date: 2001-10-23 12:30:23 $
+ * last change: $Author: oj $ $Date: 2002-02-06 11:35:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -285,8 +285,7 @@ void OQueryViewSwitch::switchView()
pContainer->Resize();
m_pDesignView->getController()->getUndoMgr()->Clear();
- m_pDesignView->getController()->InvalidateFeature(ID_BROWSER_UNDO);
- m_pDesignView->getController()->InvalidateFeature(ID_BROWSER_REDO);
+ m_pDesignView->getController()->InvalidateAll();
}
// -----------------------------------------------------------------------------
void OQueryViewSwitch::clearDesignView()