summaryrefslogtreecommitdiff
path: root/forms/source/xforms/xmlhelper.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 12:05:25 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 12:05:25 +0000
commit3b75eb2cfd41cf98fd8f85cd1d6918429c501ad3 (patch)
treed57a2a4e5ccb26075e8f869620f18618647a0433 /forms/source/xforms/xmlhelper.cxx
parent43daaf5845ea857fa5c44e1a85a59422b21f12dc (diff)
INTEGRATION: CWS warnings01 (1.3.68); FILE MERGED
2006/03/14 15:20:35 fs 1.3.68.1: #i57457# warning-free code
Diffstat (limited to 'forms/source/xforms/xmlhelper.cxx')
-rw-r--r--forms/source/xforms/xmlhelper.cxx8
1 files changed, 4 insertions, 4 deletions
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<XNameContainer>& xNamespaces )
+ const Reference<XNameContainer>& /*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<XNameContainer>& xNamespaces )
+ const Reference<XNameContainer>& /*xNamespaces*/ )
{
sal_Int32 nLength = sName.getLength();
const sal_Unicode* pName = sName.getStr();