diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 17:28:36 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 17:28:36 +0000 |
commit | 45f446f5b23a9170d6730a7cbcaf9bc3c95ebcab (patch) | |
tree | bfaff21fda980fdfd0ececea6d98841bb121dbc4 | |
parent | 2663e8572b22d8a0fb2fe6d1caab114f3189b274 (diff) |
INTEGRATION: CWS warnings01 (1.4.34); FILE MERGED
2005/11/16 22:47:18 pl 1.4.34.1: #i55991# removed warnings
-rw-r--r-- | xmloff/source/style/XMLBitmapLogicalSizePropertyHandler.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/xmloff/source/style/XMLBitmapLogicalSizePropertyHandler.cxx b/xmloff/source/style/XMLBitmapLogicalSizePropertyHandler.cxx index 949c04da3040..90d26c0f8aa9 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; } |