summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/postgresql/pq_xkeycolumn.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-05-27 12:31:29 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-05-30 08:37:11 +0000
commita52231c78526e14977d2129fa1abe812de567f03 (patch)
tree8d38fd537ebb43a72b41f4b838bc0effb9d05769 /connectivity/source/drivers/postgresql/pq_xkeycolumn.cxx
parenta499d1b980be1eb2bd6ccfa07b1d87c02fcb1343 (diff)
com::sun::star->css in connectivity
Change-Id: I9489e92dc89a6d83a26ff4f0d9aad26acd28ad9f Reviewed-on: https://gerrit.libreoffice.org/25537 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'connectivity/source/drivers/postgresql/pq_xkeycolumn.cxx')
-rw-r--r--connectivity/source/drivers/postgresql/pq_xkeycolumn.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_xkeycolumn.cxx b/connectivity/source/drivers/postgresql/pq_xkeycolumn.cxx
index d50d9d9e92ab..4493bd8a91ae 100644
--- a/connectivity/source/drivers/postgresql/pq_xkeycolumn.cxx
+++ b/connectivity/source/drivers/postgresql/pq_xkeycolumn.cxx
@@ -46,7 +46,7 @@ using com::sun::star::beans::XPropertySet;
namespace pq_sdbc_driver
{
KeyColumn::KeyColumn( const ::rtl::Reference< RefCountedMutex > & refMutex,
- const Reference< com::sun::star::sdbc::XConnection > & connection,
+ const Reference< css::sdbc::XConnection > & connection,
ConnectionSettings *pSettings)
: ReflectionBase(
getStatics().refl.keycolumn.implName,
@@ -68,7 +68,7 @@ Reference< XPropertySet > KeyColumn::createDataDescriptor( ) throw (RuntimeExce
KeyColumnDescriptor::KeyColumnDescriptor(
const ::rtl::Reference< RefCountedMutex > & refMutex,
- const Reference< com::sun::star::sdbc::XConnection > & connection,
+ const Reference< css::sdbc::XConnection > & connection,
ConnectionSettings *pSettings)
: ReflectionBase(
getStatics().refl.keycolumnDescriptor.implName,