summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/ado/AIndex.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/ado/AIndex.hxx')
-rw-r--r--connectivity/source/inc/ado/AIndex.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/inc/ado/AIndex.hxx b/connectivity/source/inc/ado/AIndex.hxx
index 9794d6062f8b..e93b49b3f50d 100644
--- a/connectivity/source/inc/ado/AIndex.hxx
+++ b/connectivity/source/inc/ado/AIndex.hxx
@@ -35,7 +35,7 @@ namespace connectivity
OConnection* m_pConnection;
protected:
void fillPropertyValues();
- virtual void SAL_CALL setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,const ::com::sun::star::uno::Any& rValue)throw (::com::sun::star::uno::Exception);
+ virtual void SAL_CALL setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,const css::uno::Any& rValue)throw (css::uno::Exception);
public:
virtual void refreshColumns();
public:
@@ -43,9 +43,9 @@ namespace connectivity
virtual void SAL_CALL release() throw();
OAdoIndex(sal_Bool _bCase, OConnection* _pConnection,ADOIndex* _pIndex);
OAdoIndex(sal_Bool _bCase, OConnection* _pConnection);
- // com::sun::star::lang::XUnoTunnel
- virtual sal_Int64 SAL_CALL getSomething( const ::com::sun::star::uno::Sequence< sal_Int8 >& aIdentifier ) throw(::com::sun::star::uno::RuntimeException);
- static ::com::sun::star::uno::Sequence< sal_Int8 > getUnoTunnelImplementationId();
+ // css::lang::XUnoTunnel
+ virtual sal_Int64 SAL_CALL getSomething( const css::uno::Sequence< sal_Int8 >& aIdentifier ) throw(css::uno::RuntimeException);
+ static css::uno::Sequence< sal_Int8 > getUnoTunnelImplementationId();
WpADOIndex getImpl() const { return m_aIndex;}
};