[Libreoffice-commits] core.git: connectivity/source
Andrzej J.R. Hunt
andrzej at ahunt.org
Sun Aug 11 15:51:16 PDT 2013
connectivity/source/drivers/firebird/Table.hxx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit d35184d0ef64290c929a8c2745ce460a0afdaa84
Author: Andrzej J.R. Hunt <andrzej at ahunt.org>
Date: Sun Aug 11 23:45:08 2013 +0100
Try and fix windows build.
Change-Id: I9d5dc42d5b41aa553887b748663fa8c706618aa8
diff --git a/connectivity/source/drivers/firebird/Table.hxx b/connectivity/source/drivers/firebird/Table.hxx
index f074e18..e7ed569 100644
--- a/connectivity/source/drivers/firebird/Table.hxx
+++ b/connectivity/source/drivers/firebird/Table.hxx
@@ -28,9 +28,9 @@ namespace connectivity
Table(Tables* pTables,
::osl::Mutex& rMutex,
const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _xConnection,
- const OUString& rName,
- const OUString& rType,
- const OUString& rDescription,
+ const ::rtl::OUString& rName,
+ const ::rtl::OUString& rType,
+ const ::rtl::OUString& rDescription,
sal_Int32 _nPrivileges);
// OTableHelper
More information about the Libreoffice-commits
mailing list