summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/app/subcomponentmanager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/app/subcomponentmanager.hxx')
-rw-r--r--dbaccess/source/ui/app/subcomponentmanager.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/dbaccess/source/ui/app/subcomponentmanager.hxx b/dbaccess/source/ui/app/subcomponentmanager.hxx
index 52981edb0bc3..15a3def5f7ac 100644
--- a/dbaccess/source/ui/app/subcomponentmanager.hxx
+++ b/dbaccess/source/ui/app/subcomponentmanager.hxx
@@ -64,7 +64,7 @@ namespace dbaui
// container access
void onSubComponentOpened(
- const ::rtl::OUString& _rName,
+ const OUString& _rName,
const sal_Int32 _nComponentType,
const ElementOpenMode _eOpenMode,
const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent >&
@@ -79,7 +79,7 @@ namespace dbaui
previously
*/
bool activateSubFrame(
- const ::rtl::OUString& _rName,
+ const OUString& _rName,
const sal_Int32 _nComponentType,
const ElementOpenMode _eOpenMode,
::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent >& o_rComponent
@@ -95,7 +95,7 @@ namespace dbaui
exist.
*/
bool closeSubFrames(
- const ::rtl::OUString& _rName,
+ const OUString& _rName,
const sal_Int32 _nComponentType
);
@@ -112,7 +112,7 @@ namespace dbaui
*/
bool lookupSubComponent(
const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent >& i_rComponent,
- ::rtl::OUString& o_rName,
+ OUString& o_rName,
sal_Int32& o_rComponentType
);