summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/firebird/SubComponent.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/firebird/SubComponent.hxx')
-rw-r--r--connectivity/source/drivers/firebird/SubComponent.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/firebird/SubComponent.hxx b/connectivity/source/drivers/firebird/SubComponent.hxx
index ba34a19914c4..7a86cf196864 100644
--- a/connectivity/source/drivers/firebird/SubComponent.hxx
+++ b/connectivity/source/drivers/firebird/SubComponent.hxx
@@ -52,10 +52,10 @@ namespace connectivity
{
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);
- void checkDisposed(bool _bThrow) throw ( ::com::sun::star::lang::DisposedException );
+ void checkDisposed(bool _bThrow) throw ( css::lang::DisposedException );
template <class TYPE>