From 358efb41e589b8ffd869fb2dae80a838515babd1 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Mon, 19 Jun 2006 09:36:35 +0000 Subject: INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2006/04/07 15:31:07 sb 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2005/10/25 08:25:59 cl 1.3.4.1: fixed solaris compiler warnings --- animations/source/animcore/targetpropertiescreator.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'animations') diff --git a/animations/source/animcore/targetpropertiescreator.cxx b/animations/source/animcore/targetpropertiescreator.cxx index 838cc5cfb36a..59cba9267305 100644 --- a/animations/source/animcore/targetpropertiescreator.cxx +++ b/animations/source/animcore/targetpropertiescreator.cxx @@ -4,9 +4,9 @@ * * $RCSfile: targetpropertiescreator.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: vg $ $Date: 2006-03-14 08:51:13 $ + * last change: $Author: hr $ $Date: 2006-06-19 10:36:35 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -456,7 +456,7 @@ namespace animcore // -------------------------------------------------------------------- - TargetPropertiesCreator::TargetPropertiesCreator( const uno::Reference< uno::XComponentContext >& rxContext ) : + TargetPropertiesCreator::TargetPropertiesCreator( const uno::Reference< uno::XComponentContext >& ) : TargetPropertiesCreator_Base( m_aMutex ) { } @@ -551,4 +551,4 @@ namespace animcore return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SERVICE_NAME ) ); } -}; // namespace animcore +} // namespace animcore -- cgit