summaryrefslogtreecommitdiff
path: root/xmloff/source/style
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 17:31:39 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 17:31:39 +0000
commit49945e562c6e77534808b565e74e00cb36c017aa (patch)
treebc806f5bce32c2ee7ded0643b61444a6ac50170f /xmloff/source/style
parent8ec78953336be5e37cf0e70541580a797ad56cf7 (diff)
INTEGRATION: CWS warnings01 (1.4.34); FILE MERGED
2005/11/16 22:47:23 pl 1.4.34.1: #i55991# removed warnings
Diffstat (limited to 'xmloff/source/style')
-rw-r--r--xmloff/source/style/chrlohdl.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/xmloff/source/style/chrlohdl.cxx b/xmloff/source/style/chrlohdl.cxx
index 77832bfb9abf..f85410bb9948 100644
--- a/xmloff/source/style/chrlohdl.cxx
+++ b/xmloff/source/style/chrlohdl.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: chrlohdl.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 14:39:25 $
+ * last change: $Author: hr $ $Date: 2006-06-19 18:31:39 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -92,7 +92,7 @@ sal_Bool XMLCharLanguageHdl::equals( const ::com::sun::star::uno::Any& r1, const
return bRet;
}
-sal_Bool XMLCharLanguageHdl::importXML( const OUString& rStrImpValue, uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const
+sal_Bool XMLCharLanguageHdl::importXML( const OUString& rStrImpValue, uno::Any& rValue, const SvXMLUnitConverter& ) const
{
lang::Locale aLocale;
@@ -105,7 +105,7 @@ sal_Bool XMLCharLanguageHdl::importXML( const OUString& rStrImpValue, uno::Any&
return sal_True;
}
-sal_Bool XMLCharLanguageHdl::exportXML( OUString& rStrExpValue, const uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const
+sal_Bool XMLCharLanguageHdl::exportXML( OUString& rStrExpValue, const uno::Any& rValue, const SvXMLUnitConverter& ) const
{
lang::Locale aLocale;
if(!(rValue >>= aLocale))
@@ -140,7 +140,7 @@ sal_Bool XMLCharCountryHdl::equals( const ::com::sun::star::uno::Any& r1, const
return bRet;
}
-sal_Bool XMLCharCountryHdl::importXML( const OUString& rStrImpValue, uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const
+sal_Bool XMLCharCountryHdl::importXML( const OUString& rStrImpValue, uno::Any& rValue, const SvXMLUnitConverter& ) const
{
lang::Locale aLocale;
@@ -153,7 +153,7 @@ sal_Bool XMLCharCountryHdl::importXML( const OUString& rStrImpValue, uno::Any& r
return sal_True;
}
-sal_Bool XMLCharCountryHdl::exportXML( OUString& rStrExpValue, const uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const
+sal_Bool XMLCharCountryHdl::exportXML( OUString& rStrExpValue, const uno::Any& rValue, const SvXMLUnitConverter& ) const
{
lang::Locale aLocale;
if(!(rValue >>= aLocale))