summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/browser/brwview.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-06-25 11:40:00 +0000
committerKurt Zenker <kz@openoffice.org>2008-06-25 11:40:00 +0000
commit68949138655bfde48cb6e601d07bf288e76ca483 (patch)
tree0808681b08919781a134ac4ce346df09bd8afe16 /dbaccess/source/ui/browser/brwview.cxx
parentINTEGRATION: CWS dba30d (1.107.10); FILE MERGED (diff)
downloadcore-68949138655bfde48cb6e601d07bf288e76ca483.tar.gz
core-68949138655bfde48cb6e601d07bf288e76ca483.zip
INTEGRATION: CWS dba30d (1.28.30); FILE MERGED
2008/05/29 11:31:47 fs 1.28.30.1: during #i80943#: refactoring: IController now passed around as reference, not as pointer
Diffstat (limited to 'dbaccess/source/ui/browser/brwview.cxx')
-rw-r--r--dbaccess/source/ui/browser/brwview.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/browser/brwview.cxx b/dbaccess/source/ui/browser/brwview.cxx
index 4e6cd83c1046..126531238762 100644
--- a/dbaccess/source/ui/browser/brwview.cxx
+++ b/dbaccess/source/ui/browser/brwview.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: brwview.cxx,v $
- * $Revision: 1.28 $
+ * $Revision: 1.29 $
*
* This file is part of OpenOffice.org.
*
@@ -108,9 +108,9 @@ namespace
DBG_NAME(UnoDataBrowserView)
// -------------------------------------------------------------------------
UnoDataBrowserView::UnoDataBrowserView( Window* pParent,
- IController* _pController,
+ IController& _rController,
const Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rFactory)
- :ODataView(pParent,_pController,_rFactory)
+ :ODataView(pParent,_rController,_rFactory)
,m_pTreeView(NULL)
,m_pSplitter(NULL)
,m_pVclControl(NULL)