summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2000-10-31 14:26:08 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2000-10-31 14:26:08 +0000
commitcc8328e09a1fbb37441640e45e6c5f7f69d7c011 (patch)
tree5c169bc7f3e081ecc90c75928c6a31ccfc98cabb /sw/inc
parentf53f488517a6999c462259d7b6443b0b626576ec (diff)
#65293#: syntax
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/dbmgr.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/inc/dbmgr.hxx b/sw/inc/dbmgr.hxx
index 85c34e8236b2..1edf694a66de 100644
--- a/sw/inc/dbmgr.hxx
+++ b/sw/inc/dbmgr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dbmgr.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: os $ $Date: 2000-10-27 11:26:20 $
+ * last change: $Author: hr $ $Date: 2000-10-31 15:26:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -147,9 +147,9 @@ struct SwDSParam
com::sun::star::util::Date aNullDate;
::com::sun::star::uno::Reference<com::sun::star::util::XNumberFormatter> xFormatter;
- ::com::sun::star::uno::Reference<::com::sun::star::sdbc::XConnection> xConnection;
- ::com::sun::star::uno::Reference<::com::sun::star::sdbc::XStatement> xStatement;
- ::com::sun::star::uno::Reference<::com::sun::star::sdbc::XResultSet> xResultSet;
+ ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection> xConnection;
+ ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XStatement> xStatement;
+ ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSet> xResultSet;
SbaSelectionListRef xSelectionList;
BOOL bScrollable;
@@ -308,7 +308,7 @@ public:
::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XDataSource>& rxSource);
static ::com::sun::star::uno::Reference< ::com::sun::star::sdbcx::XColumnsSupplier>
- GetColumnSupplier(::com::sun::star::uno::Reference<::com::sun::star::sdbc::XConnection>,
+ GetColumnSupplier(::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection>,
const String& rTableOrQuery,
BYTE eTableOrQuery = SW_DB_SELECT_UNKNOWN);