summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/misc/RtfReader.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-09-23 11:37:18 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-09-23 11:37:18 +0000
commit2baa4fd7afc9324f399c8d285704ad036140f884 (patch)
tree4cfe4ebde9b9f4369d3b36e66fce7e16a4b5544e /dbaccess/source/ui/misc/RtfReader.cxx
parentb13f38f4dd723ee61fa9b39cc18802336ae3189e (diff)
INTEGRATION: CWS dba201b (1.14.146); FILE MERGED
2005/09/21 09:51:22 oj 1.14.146.2: RESYNC: (1.14-1.15); FILE MERGED 2005/07/20 09:56:51 fs 1.14.146.1: #i51255# XConnection replaced with SharedConnection, and DataSourceHolder replaced with SharedModel
Diffstat (limited to 'dbaccess/source/ui/misc/RtfReader.cxx')
-rw-r--r--dbaccess/source/ui/misc/RtfReader.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/misc/RtfReader.cxx b/dbaccess/source/ui/misc/RtfReader.cxx
index 055a719ba5be..493b6e3fdab4 100644
--- a/dbaccess/source/ui/misc/RtfReader.cxx
+++ b/dbaccess/source/ui/misc/RtfReader.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: RtfReader.cxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 16:07:50 $
+ * last change: $Author: hr $ $Date: 2005-09-23 12:37:18 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -134,7 +134,7 @@ DBG_NAME(ORTFReader);
// ORTFReader
// ==========================================================================
ORTFReader::ORTFReader( SvStream& rIn,
- const Reference< XConnection >& _rxConnection,
+ const SharedConnection& _rxConnection,
const Reference< ::com::sun::star::util::XNumberFormatter >& _rxNumberF,
const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rM,
const TColumnVector* pList,