diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-09-23 11:33:38 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-09-23 11:33:38 +0000 |
commit | 4b12de2c60c4b5364a48bc438632bd0a9aa4e52e (patch) | |
tree | adafa6ba8f2cf08cebfb0858d8ad82828da3b107 /dbaccess/source/ui/inc/RtfReader.hxx | |
parent | d1b09c59af738f834013bea01225ea4c1f190900 (diff) |
INTEGRATION: CWS dba201b (1.6.420); FILE MERGED
2005/09/21 09:08:16 oj 1.6.420.2: RESYNC: (1.6-1.7); FILE MERGED
2005/07/20 09:56:40 fs 1.6.420.1: #i51255# XConnection replaced with SharedConnection, and DataSourceHolder replaced with SharedModel
Diffstat (limited to 'dbaccess/source/ui/inc/RtfReader.hxx')
-rw-r--r-- | dbaccess/source/ui/inc/RtfReader.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/inc/RtfReader.hxx b/dbaccess/source/ui/inc/RtfReader.hxx index af9e91467..d82ee6201 100644 --- a/dbaccess/source/ui/inc/RtfReader.hxx +++ b/dbaccess/source/ui/inc/RtfReader.hxx @@ -4,9 +4,9 @@ * * $RCSfile: RtfReader.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2005-09-08 15:33:45 $ + * last change: $Author: hr $ $Date: 2005-09-23 12:33:38 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -67,7 +67,7 @@ namespace dbaui ~ORTFReader(); public: ORTFReader( SvStream& rIn, - const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConnection, + const SharedConnection& _rxConnection, const ::com::sun::star::uno::Reference< ::com::sun::star::util::XNumberFormatter >& _rxNumberF, const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rM, const TColumnVector* rList = 0, |