summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 17:31:11 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 17:31:11 +0000
commit36018ba563aafe5c3f303c9582049fb2ccd72143 (patch)
tree1396811a3179397fbef25d1a7f57b54593ece64f
parent173c0dc8ff7fd94b8ab4108dabf56f2367071f91 (diff)
INTEGRATION: CWS warnings01 (1.5.34); FILE MERGED
2005/11/16 22:47:22 pl 1.5.34.1: #i55991# removed warnings
-rw-r--r--xmloff/source/style/cdouthdl.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/source/style/cdouthdl.cxx b/xmloff/source/style/cdouthdl.cxx
index c0a12c735b35..6d52a9094e11 100644
--- a/xmloff/source/style/cdouthdl.cxx
+++ b/xmloff/source/style/cdouthdl.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: cdouthdl.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 14:38:15 $
+ * last change: $Author: hr $ $Date: 2006-06-19 18:31:11 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -318,7 +318,7 @@ XMLCrossedOutTextPropHdl::~XMLCrossedOutTextPropHdl()
// nothing to do
}
-sal_Bool XMLCrossedOutTextPropHdl::importXML( const OUString& rStrImpValue, uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const
+sal_Bool XMLCrossedOutTextPropHdl::importXML( const OUString& rStrImpValue, uno::Any& rValue, const SvXMLUnitConverter& ) const
{
sal_Bool bRet = sal_False;
@@ -334,7 +334,7 @@ sal_Bool XMLCrossedOutTextPropHdl::importXML( const OUString& rStrImpValue, uno:
return bRet;
}
-sal_Bool XMLCrossedOutTextPropHdl::exportXML( OUString& rStrExpValue, const uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const
+sal_Bool XMLCrossedOutTextPropHdl::exportXML( OUString& rStrExpValue, const uno::Any& rValue, const SvXMLUnitConverter& ) const
{
sal_Bool bRet = sal_False;
sal_Int16 nValue;