summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/querydesign/QueryViewSwitch.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:27:13 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:27:13 +0000
commitd720448930f7cb4e6fc4f9f8ee4f872dd6a2c781 (patch)
treeea37533d28437d6d2863ed53fa23e6f4500e06c9 /dbaccess/source/ui/querydesign/QueryViewSwitch.cxx
parent1723dd65cb7a3cda2fb5f231257bd7e4310f7131 (diff)
INTEGRATION: CWS warnings01 (1.24.50); FILE MERGED
2006/03/24 15:36:26 fs 1.24.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)
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 bc3ac994e2bb..b6b972a8f568 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.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 16:27:29 $
+ * last change: $Author: hr $ $Date: 2006-06-20 03:27:13 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -70,7 +70,7 @@ using namespace dbaui;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
-DBG_NAME(OQueryViewSwitch);
+DBG_NAME(OQueryViewSwitch)
OQueryViewSwitch::OQueryViewSwitch(OQueryContainerWindow* _pParent, OQueryController* _pController,const Reference< XMultiServiceFactory >& _rFactory)
: m_bAddTableDialogWasVisible(sal_False)
{
@@ -101,7 +101,6 @@ void OQueryViewSwitch::Construct()
void OQueryViewSwitch::initialize()
{
// initially be in SQL mode
- OQueryContainerWindow* pContainer = getContainer();
m_pTextView->Show();
m_pDesignView->initialize();
}