diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 02:27:13 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 02:27:13 +0000 |
commit | 8a6d138f9402016170a8ade976bde91098d351c4 (patch) | |
tree | e92ad163626ea867f8d053d63938e077a349edf6 | |
parent | b2e6d890701f1846b65e900eef30b84afdfaa16c (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)
-rw-r--r-- | dbaccess/source/ui/querydesign/QueryViewSwitch.cxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dbaccess/source/ui/querydesign/QueryViewSwitch.cxx b/dbaccess/source/ui/querydesign/QueryViewSwitch.cxx index f6e98190f..973432b6a 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(); } |