diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:38:41 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:38:41 +0000 |
commit | f73ac8cf0daf93d6111412591f68db82257547d6 (patch) | |
tree | df1d83900e93038bb8c594c262ccb0ed27877506 /ucb | |
parent | 58a29b37d69d79271d74402e81cfff3a008d59dc (diff) |
INTEGRATION: CWS warnings01 (1.6.10); FILE MERGED
2006/01/25 22:20:36 sb 1.6.10.2: RESYNC: (1.6-1.7); FILE MERGED
2005/11/10 17:15:29 pl 1.6.10.1: #i55991# removed warnings
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/webdav/webdavdatasupplier.hxx | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/ucb/source/ucp/webdav/webdavdatasupplier.hxx b/ucb/source/ucp/webdav/webdavdatasupplier.hxx index 44a631ff0605..1ce3fa043259 100644 --- a/ucb/source/ucp/webdav/webdavdatasupplier.hxx +++ b/ucb/source/ucp/webdav/webdavdatasupplier.hxx @@ -4,9 +4,9 @@ * * $RCSfile: webdavdatasupplier.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: obo $ $Date: 2006-01-19 18:31:51 $ + * last change: $Author: hr $ $Date: 2006-06-20 05:38:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -68,22 +68,22 @@ public: virtual ~DataSupplier(); - virtual rtl::OUString queryContentIdentifierString( sal_uInt32 nIndex ); + virtual rtl::OUString queryContentIdentifierString( sal_Int32 nIndex ); virtual com::sun::star::uno::Reference< com::sun::star::ucb::XContentIdentifier > - queryContentIdentifier( sal_uInt32 nIndex ); + queryContentIdentifier( sal_Int32 nIndex ); virtual com::sun::star::uno::Reference< com::sun::star::ucb::XContent > - queryContent( sal_uInt32 nIndex ); + queryContent( sal_Int32 nIndex ); - virtual sal_Bool getResult( sal_uInt32 nIndex ); + virtual sal_Bool getResult( sal_Int32 nIndex ); - virtual sal_uInt32 totalCount(); - virtual sal_uInt32 currentCount(); + virtual sal_Int32 totalCount(); + virtual sal_Int32 currentCount(); virtual sal_Bool isCountFinal(); virtual com::sun::star::uno::Reference< com::sun::star::sdbc::XRow > - queryPropertyValues( sal_uInt32 nIndex ); - virtual void releasePropertyValues( sal_uInt32 nIndex ); + queryPropertyValues( sal_Int32 nIndex ); + virtual void releasePropertyValues( sal_Int32 nIndex ); virtual void close(); |