diff options
author | obo <obo@openoffice.org> | 2010-09-14 09:05:18 +0200 |
---|---|---|
committer | obo <obo@openoffice.org> | 2010-09-14 09:05:18 +0200 |
commit | 701fc2df43967b2657f343e905fbcd226142339c (patch) | |
tree | f7f2481fbeaaf0cf093c9e1e89ca0797e1d5cbe8 /dbaccess/source/ui/app/subcomponentmanager.hxx | |
parent | 2ee0e40b14191b4933e87cd85cee82d9ace2c800 (diff) | |
parent | 67b88d07aafe90c525a2f3dae201de5571bb21e4 (diff) |
CWS-TOOLING: integrate CWS dba33iooo/OOO330_m9ooo/OOO330_m8
Diffstat (limited to 'dbaccess/source/ui/app/subcomponentmanager.hxx')
-rw-r--r-- | dbaccess/source/ui/app/subcomponentmanager.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dbaccess/source/ui/app/subcomponentmanager.hxx b/dbaccess/source/ui/app/subcomponentmanager.hxx index d84cef286..a0dd80b65 100644 --- a/dbaccess/source/ui/app/subcomponentmanager.hxx +++ b/dbaccess/source/ui/app/subcomponentmanager.hxx @@ -90,7 +90,8 @@ namespace dbaui bool activateSubFrame( const ::rtl::OUString& _rName, const sal_Int32 _nComponentType, - const ElementOpenMode _eOpenMode + const ElementOpenMode _eOpenMode, + ::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent >& o_rComponent ) const; /** closes all frames of the given component |