summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/postgresql/pq_xindex.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/postgresql/pq_xindex.hxx')
-rw-r--r--connectivity/source/drivers/postgresql/pq_xindex.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_xindex.hxx b/connectivity/source/drivers/postgresql/pq_xindex.hxx
index 99de00860295..a7a29abed1ba 100644
--- a/connectivity/source/drivers/postgresql/pq_xindex.hxx
+++ b/connectivity/source/drivers/postgresql/pq_xindex.hxx
@@ -77,15 +77,15 @@ class Index : public ReflectionBase,
::com::sun::star::uno::Reference< com::sun::star::sdbc::XDatabaseMetaData > m_meta;
::com::sun::star::uno::Reference< com::sun::star::container::XNameAccess > m_indexColumns;
- rtl::OUString m_schemaName;
- rtl::OUString m_tableName;
+ OUString m_schemaName;
+ OUString m_tableName;
public:
Index( const ::rtl::Reference< RefCountedMutex > & refMutex,
const ::com::sun::star::uno::Reference< com::sun::star::sdbc::XConnection > & connection,
ConnectionSettings *pSettings,
- const rtl::OUString &schemaName,
- const rtl::OUString &tableName);
+ const OUString &schemaName,
+ const OUString &tableName);
public: // XInterface
virtual void SAL_CALL acquire() throw() { OComponentHelper::acquire(); }