Kaydet (Commit) a3af4676 authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS dba30d (1.14.30); FILE MERGED

2008/05/29 11:25:58 fs 1.14.30.1: during #i80943#: refactoring: IController now passed around as reference, not as pointer
üst 994f6379
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite * OpenOffice.org - a multi-platform office productivity suite
* *
* $RCSfile: QueryViewSwitch.hxx,v $ * $RCSfile: QueryViewSwitch.hxx,v $
* $Revision: 1.14 $ * $Revision: 1.15 $
* *
* This file is part of OpenOffice.org. * This file is part of OpenOffice.org.
* *
...@@ -46,7 +46,7 @@ namespace dbaui ...@@ -46,7 +46,7 @@ namespace dbaui
OQueryTextView* m_pTextView; OQueryTextView* m_pTextView;
sal_Bool m_bAddTableDialogWasVisible; // true if so sal_Bool m_bAddTableDialogWasVisible; // true if so
public: public:
OQueryViewSwitch(OQueryContainerWindow* pParent, OQueryController* _pController,const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& ); OQueryViewSwitch(OQueryContainerWindow* pParent, OQueryController& _rController,const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& );
virtual ~OQueryViewSwitch(); virtual ~OQueryViewSwitch();
virtual sal_Bool isCutAllowed(); virtual sal_Bool isCutAllowed();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment