From 7bfad2a0abeca6fe8e3187a6ed8c800c93b9d0fd Mon Sep 17 00:00:00 2001 From: Ocke Janssen Date: Wed, 6 Feb 2002 10:36:54 +0000 Subject: #96957# new handling inserted for context menu and accessibility --- dbaccess/source/ui/querydesign/QueryViewSwitch.cxx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'dbaccess/source/ui/querydesign/QueryViewSwitch.cxx') 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() -- cgit v1.2.3