summaryrefslogtreecommitdiff
path: root/include/connectivity/OSubComponent.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/connectivity/OSubComponent.hxx')
-rw-r--r--include/connectivity/OSubComponent.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/connectivity/OSubComponent.hxx b/include/connectivity/OSubComponent.hxx
index 8aa9404982ff..1aa9d151c6e6 100644
--- a/include/connectivity/OSubComponent.hxx
+++ b/include/connectivity/OSubComponent.hxx
@@ -42,8 +42,8 @@ namespace connectivity
OOO_DLLPUBLIC_DBTOOLS
void release(oslInterlockedCount& _refCount,
::cppu::OBroadcastHelper& rBHelper,
- ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xInterface,
- ::com::sun::star::lang::XComponent* _pObject);
+ css::uno::Reference< css::uno::XInterface >& _xInterface,
+ css::lang::XComponent* _pObject);
// OSubComponent
@@ -51,12 +51,12 @@ namespace connectivity
{
protected:
// the parent must support the tunnel implementation
- ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > m_xParent;
+ css::uno::Reference< css::uno::XInterface > m_xParent;
SELF* m_pDerivedImplementation;
public:
OSubComponent(
- const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xParent,
+ const css::uno::Reference< css::uno::XInterface >& _xParent,
SELF* _pDerivedImplementation)
:m_xParent(_xParent)
,m_pDerivedImplementation(_pDerivedImplementation)