summaryrefslogtreecommitdiff
path: root/xmloff/source/style/XMLBitmapRepeatOffsetPropertyHandler.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 17:28:48 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 17:28:48 +0000
commit0f5e376f8da81ad7538b6b95e8c862b8e3bbb470 (patch)
tree4d892a043b4b0f474bf8d462eb0e4053d6416e55 /xmloff/source/style/XMLBitmapRepeatOffsetPropertyHandler.cxx
parent45f446f5b23a9170d6730a7cbcaf9bc3c95ebcab (diff)
INTEGRATION: CWS warnings01 (1.3.34); FILE MERGED
2005/11/16 22:47:18 pl 1.3.34.1: #i55991# removed warnings
Diffstat (limited to 'xmloff/source/style/XMLBitmapRepeatOffsetPropertyHandler.cxx')
-rw-r--r--xmloff/source/style/XMLBitmapRepeatOffsetPropertyHandler.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/source/style/XMLBitmapRepeatOffsetPropertyHandler.cxx b/xmloff/source/style/XMLBitmapRepeatOffsetPropertyHandler.cxx
index 15106ed809ed..d58844ae87ba 100644
--- a/xmloff/source/style/XMLBitmapRepeatOffsetPropertyHandler.cxx
+++ b/xmloff/source/style/XMLBitmapRepeatOffsetPropertyHandler.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: XMLBitmapRepeatOffsetPropertyHandler.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 14:32:01 $
+ * last change: $Author: hr $ $Date: 2006-06-19 18:28:48 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -76,7 +76,7 @@ XMLBitmapRepeatOffsetPropertyHandler::~XMLBitmapRepeatOffsetPropertyHandler()
sal_Bool XMLBitmapRepeatOffsetPropertyHandler::importXML(
const OUString& rStrImpValue,
Any& rValue,
- const SvXMLUnitConverter& rUnitConverter ) const
+ const SvXMLUnitConverter& ) const
{
SvXMLTokenEnumerator aTokenEnum( rStrImpValue );
OUString aToken;
@@ -103,7 +103,7 @@ sal_Bool XMLBitmapRepeatOffsetPropertyHandler::importXML(
sal_Bool XMLBitmapRepeatOffsetPropertyHandler::exportXML(
OUString& rStrExpValue,
const Any& rValue,
- const SvXMLUnitConverter& rUnitConverter ) const
+ const SvXMLUnitConverter& ) const
{
OUStringBuffer aOut;