From 3b75eb2cfd41cf98fd8f85cd1d6918429c501ad3 Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Mon, 19 Jun 2006 12:05:25 +0000
Subject: [PATCH] INTEGRATION: CWS warnings01 (1.3.68); FILE MERGED 2006/03/14
15:20:35 fs 1.3.68.1: #i57457# warning-free code
---
forms/source/xforms/resourcehelper.cxx | 6 +++---
forms/source/xforms/xmlhelper.cxx | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/forms/source/xforms/resourcehelper.cxx b/forms/source/xforms/resourcehelper.cxx
index 3cbcba7ee5e1..dfbf001df893 100644
--- a/forms/source/xforms/resourcehelper.cxx
+++ b/forms/source/xforms/resourcehelper.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: resourcehelper.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 23:21:02 $
+ * last change: $Author: hr $ $Date: 2006-06-19 13:04:55 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -81,4 +81,4 @@ OUString getResource( sal_uInt16 nResourceId,
return OUString( sString );
}
-} // namespace xforms
\ No newline at end of file
+} // namespace xforms
diff --git a/forms/source/xforms/xmlhelper.cxx b/forms/source/xforms/xmlhelper.cxx
index 6bb52c814e1c..af53ac631204 100644
--- a/forms/source/xforms/xmlhelper.cxx
+++ b/forms/source/xforms/xmlhelper.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xmlhelper.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 23:22:40 $
+ * last change: $Author: hr $ $Date: 2006-06-19 13:05:25 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -100,7 +100,7 @@ inline sal_uInt8 lcl_getCharClass( sal_Unicode c )
}
bool isValidQName( const OUString& sName,
- const Reference& xNamespaces )
+ const Reference& /*xNamespaces*/ )
{
sal_Int32 nLength = sName.getLength();
const sal_Unicode* pName = sName.getStr();
@@ -125,7 +125,7 @@ bool isValidQName( const OUString& sName,
}
bool isValidPrefixName( const OUString& sName,
- const Reference& xNamespaces )
+ const Reference& /*xNamespaces*/ )
{
sal_Int32 nLength = sName.getLength();
const sal_Unicode* pName = sName.getStr();