diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 17:32:40 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 17:32:40 +0000 |
commit | aecfbfb52d79e9ef82193bd7a1b5ba427629cec5 (patch) | |
tree | c039a7017dedcc51a358b88c6bc843c2e08e7f38 /xmloff/source/style | |
parent | 349905166d94d82b1f4b58f14d56ffe13c887af6 (diff) |
INTEGRATION: CWS warnings01 (1.8.34); FILE MERGED
2005/11/16 22:47:25 pl 1.8.34.1: #i55991# removed warnings
Diffstat (limited to 'xmloff/source/style')
-rw-r--r-- | xmloff/source/style/fonthdl.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/xmloff/source/style/fonthdl.cxx b/xmloff/source/style/fonthdl.cxx index d5b6c3da8274..22d63ca7c8d9 100644 --- a/xmloff/source/style/fonthdl.cxx +++ b/xmloff/source/style/fonthdl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: fonthdl.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2005-09-09 14:41:48 $ + * last change: $Author: hr $ $Date: 2006-06-19 18:32:40 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -97,7 +97,7 @@ XMLFontFamilyNamePropHdl::~XMLFontFamilyNamePropHdl() // Nothing to do } -sal_Bool XMLFontFamilyNamePropHdl::importXML( const OUString& rStrImpValue, uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const +sal_Bool XMLFontFamilyNamePropHdl::importXML( const OUString& rStrImpValue, uno::Any& rValue, const SvXMLUnitConverter& ) const { sal_Bool bRet = sal_False; String sValue; @@ -150,7 +150,7 @@ sal_Bool XMLFontFamilyNamePropHdl::importXML( const OUString& rStrImpValue, uno: return bRet; } -sal_Bool XMLFontFamilyNamePropHdl::exportXML( OUString& rStrExpValue, const uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const +sal_Bool XMLFontFamilyNamePropHdl::exportXML( OUString& rStrExpValue, const uno::Any& rValue, const SvXMLUnitConverter& ) const { sal_Bool bRet = sal_False; OUString aStrFamilyName; @@ -273,7 +273,7 @@ XMLFontEncodingPropHdl::~XMLFontEncodingPropHdl() // Nothing to do } -sal_Bool XMLFontEncodingPropHdl::importXML( const OUString& rStrImpValue, uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const +sal_Bool XMLFontEncodingPropHdl::importXML( const OUString& rStrImpValue, uno::Any& rValue, const SvXMLUnitConverter& ) const { sal_Bool bRet = sal_True; @@ -283,7 +283,7 @@ sal_Bool XMLFontEncodingPropHdl::importXML( const OUString& rStrImpValue, uno::A return bRet; } -sal_Bool XMLFontEncodingPropHdl::exportXML( OUString& rStrExpValue, const uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const +sal_Bool XMLFontEncodingPropHdl::exportXML( OUString& rStrExpValue, const uno::Any& rValue, const SvXMLUnitConverter& ) const { sal_Bool bRet = sal_False; OUStringBuffer aOut; |