summaryrefslogtreecommitdiff
path: root/animations
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 09:36:35 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 09:36:35 +0000
commit358efb41e589b8ffd869fb2dae80a838515babd1 (patch)
tree472e96c02fcb36d57d5ef37902fb0a604aeaf57b /animations
parentc523bf2df510e1f9987f6e24d595ccb1a74819c9 (diff)
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
Diffstat (limited to 'animations')
-rw-r--r--animations/source/animcore/targetpropertiescreator.cxx8
1 files changed, 4 insertions, 4 deletions
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