summaryrefslogtreecommitdiff
path: root/xmloff/source/style/XMLBitmapLogicalSizePropertyHandler.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 17:28:36 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 17:28:36 +0000
commit6676f187bda87d3da58cdbc318f5ecbcad1ba267 (patch)
treed66bd8b72da09e32ef8139e34447afd5adf11d89 /xmloff/source/style/XMLBitmapLogicalSizePropertyHandler.cxx
parent0fe103c66b58465f692705ff91f5e423844e7f21 (diff)
INTEGRATION: CWS warnings01 (1.4.34); FILE MERGED
2005/11/16 22:47:18 pl 1.4.34.1: #i55991# removed warnings
Diffstat (limited to 'xmloff/source/style/XMLBitmapLogicalSizePropertyHandler.cxx')
-rw-r--r--xmloff/source/style/XMLBitmapLogicalSizePropertyHandler.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/xmloff/source/style/XMLBitmapLogicalSizePropertyHandler.cxx b/xmloff/source/style/XMLBitmapLogicalSizePropertyHandler.cxx
index 949c04da30..90d26c0f8a 100644
--- a/xmloff/source/style/XMLBitmapLogicalSizePropertyHandler.cxx
+++ b/xmloff/source/style/XMLBitmapLogicalSizePropertyHandler.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: XMLBitmapLogicalSizePropertyHandler.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 14:31:45 $
+ * last change: $Author: hr $ $Date: 2006-06-19 18:28:36 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -68,16 +68,16 @@ XMLBitmapLogicalSizePropertyHandler::~XMLBitmapLogicalSizePropertyHandler()
sal_Bool XMLBitmapLogicalSizePropertyHandler::importXML(
const OUString& rStrImpValue,
Any& rValue,
- const SvXMLUnitConverter& rUnitConverter ) const
+ const SvXMLUnitConverter& ) const
{
rValue = ::cppu::bool2any( rStrImpValue.indexOf( sal_Unicode('%') ) == -1 );
return sal_True;
}
sal_Bool XMLBitmapLogicalSizePropertyHandler::exportXML(
- OUString& rStrExpValue,
- const Any& rValue,
- const SvXMLUnitConverter& rUnitConverter ) const
+ OUString&,
+ const Any&,
+ const SvXMLUnitConverter& ) const
{
return sal_False;
}