summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/mysql/YColumns.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/mysql/YColumns.hxx')
-rw-r--r--connectivity/source/inc/mysql/YColumns.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/inc/mysql/YColumns.hxx b/connectivity/source/inc/mysql/YColumns.hxx
index 4c01479e7dd0..bacee8199d61 100644
--- a/connectivity/source/inc/mysql/YColumns.hxx
+++ b/connectivity/source/inc/mysql/YColumns.hxx
@@ -45,7 +45,7 @@ namespace connectivity
class OMySQLColumn : public OMySQLColumn_BASE,
public OMySQLColumn_PROP
{
- ::rtl::OUString m_sAutoIncrement;
+ OUString m_sAutoIncrement;
protected:
virtual ::cppu::IPropertyArrayHelper* createArrayHelper( sal_Int32 _nId) const;
virtual ::cppu::IPropertyArrayHelper & SAL_CALL getInfoHelper();
@@ -54,7 +54,7 @@ namespace connectivity
OMySQLColumn(sal_Bool _bCase);
virtual void construct();
- virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames( ) throw(::com::sun::star::uno::RuntimeException);
+ virtual ::com::sun::star::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames( ) throw(::com::sun::star::uno::RuntimeException);
};
}
}