summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/querydesign/QueryViewSwitch.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-21 15:13:29 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-21 15:13:29 +0000
commit8f91a4cde77700a081b8238b7952a1b5e4eaab87 (patch)
tree01caa90a112a369837e64ced1cce1635982c51aa /dbaccess/source/ui/querydesign/QueryViewSwitch.cxx
parent7a2d06c3a5a51dffe3c791e3484433238a5bf283 (diff)
INTEGRATION: CWS dba24c (1.29.40); FILE MERGED
2007/09/12 09:09:10 fs 1.29.40.1: #i77492# QueryController::isDesignMode renamed to isGraphicalDesign
Diffstat (limited to 'dbaccess/source/ui/querydesign/QueryViewSwitch.cxx')
-rw-r--r--dbaccess/source/ui/querydesign/QueryViewSwitch.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/querydesign/QueryViewSwitch.cxx b/dbaccess/source/ui/querydesign/QueryViewSwitch.cxx
index 54b53a8592e2..1ebd896a1cdc 100644
--- a/dbaccess/source/ui/querydesign/QueryViewSwitch.cxx
+++ b/dbaccess/source/ui/querydesign/QueryViewSwitch.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: QueryViewSwitch.cxx,v $
*
- * $Revision: 1.29 $
+ * $Revision: 1.30 $
*
- * last change: $Author: rt $ $Date: 2007-07-06 08:39:32 $
+ * last change: $Author: ihi $ $Date: 2007-11-21 16:13:29 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -216,7 +216,7 @@ OQueryContainerWindow* OQueryViewSwitch::getContainer() const
sal_Bool OQueryViewSwitch::switchView()
{
sal_Bool bRet = sal_True;
- sal_Bool bGraphicalDesign = static_cast<OQueryController*>(m_pDesignView->getController())->isDesignMode();
+ sal_Bool bGraphicalDesign = static_cast<OQueryController*>(m_pDesignView->getController())->isGraphicalDesign();
OAddTableDlg* pAddTabDialog( getAddTableDialog() );