summaryrefslogtreecommitdiff
path: root/sot
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 04:56:44 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 04:56:44 +0000
commite64e57989f1d540bd65c067ff5a1756a34ff07e6 (patch)
treecb62363efb0246d1898574252f27eeb74d7ea699 /sot
parent493fb577c23f35060d1fd2ad45aade527871defa (diff)
INTEGRATION: CWS warnings01 (1.4.10); FILE MERGED
2006/05/24 01:19:41 sb 1.4.10.5: RESYNC: (1.6-1.7); FILE MERGED 2006/04/07 21:35:02 sb 1.4.10.4: RESYNC: (1.5-1.6); FILE MERGED 2006/01/25 22:22:29 sb 1.4.10.3: RESYNC: (1.4-1.5); FILE MERGED 2005/10/28 16:15:30 pl 1.4.10.2: #i55991# removed warnings for solaris platform 2005/10/21 16:25:16 pl 1.4.10.1: #i55991# removed warnings for linux platform
Diffstat (limited to 'sot')
-rw-r--r--sot/source/unoolestorage/xolesimplestorage.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sot/source/unoolestorage/xolesimplestorage.cxx b/sot/source/unoolestorage/xolesimplestorage.cxx
index 1fb862291663..270b56dc3f6c 100644
--- a/sot/source/unoolestorage/xolesimplestorage.cxx
+++ b/sot/source/unoolestorage/xolesimplestorage.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xolesimplestorage.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: kz $ $Date: 2006-04-26 14:25:21 $
+ * last change: $Author: hr $ $Date: 2006-06-20 05:56:44 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -68,11 +68,11 @@ const sal_Int32 nBytesCount = 32000;
// --------------------------------------------------------------------------------
OLESimpleStorage::OLESimpleStorage( uno::Reference< lang::XMultiServiceFactory > xFactory )
-: m_xFactory( xFactory )
-, m_bDisposed( sal_False )
+: m_bDisposed( sal_False )
, m_pStream( NULL )
, m_pStorage( NULL )
, m_pListenersContainer( NULL )
+, m_xFactory( xFactory )
, m_bNoTemporaryCopy( sal_False )
{
OSL_ENSURE( m_xFactory.is(), "No factory is provided on creation!\n" );
@@ -787,8 +787,8 @@ uno::Sequence< sal_Int8 > SAL_CALL OLESimpleStorage::getClassID()
return ::rtl::OUString();
}
-void SAL_CALL OLESimpleStorage::setClassInfo( const uno::Sequence< sal_Int8 >& aClassID,
- const ::rtl::OUString& sClassName )
+void SAL_CALL OLESimpleStorage::setClassInfo( const uno::Sequence< sal_Int8 >& /*aClassID*/,
+ const ::rtl::OUString& /*sClassName*/ )
throw ( lang::NoSupportException,
uno::RuntimeException )
{