summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/ado/ATables.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/ado/ATables.hxx')
-rw-r--r--connectivity/source/inc/ado/ATables.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/inc/ado/ATables.hxx b/connectivity/source/inc/ado/ATables.hxx
index b88300c063b9..d28c871ec0ec 100644
--- a/connectivity/source/inc/ado/ATables.hxx
+++ b/connectivity/source/inc/ado/ATables.hxx
@@ -34,10 +34,10 @@ namespace connectivity
OCatalog* m_pCatalog;
protected:
virtual sdbcx::ObjectType createObject(const OUString& _rName);
- virtual void impl_refresh() throw(::com::sun::star::uno::RuntimeException);
- virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > createDescriptor();
- void setComments(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& descriptor ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
- virtual sdbcx::ObjectType appendObject( const OUString& _rForName, const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& descriptor );
+ virtual void impl_refresh() throw(css::uno::RuntimeException);
+ virtual css::uno::Reference< css::beans::XPropertySet > createDescriptor();
+ void setComments(const css::uno::Reference< css::beans::XPropertySet >& descriptor ) throw(css::sdbc::SQLException, css::uno::RuntimeException);
+ virtual sdbcx::ObjectType appendObject( const OUString& _rForName, const css::uno::Reference< css::beans::XPropertySet >& descriptor );
virtual void dropObject(sal_Int32 _nPos,const OUString& _sElementName);
public:
OTables(OCatalog* _pParent, ::osl::Mutex& _rMutex,