INTEGRATION: CWS warnings01 (1.3.68); FILE MERGED
2006/03/14 15:20:35 fs 1.3.68.1: #i57457# warning-free code
This commit is contained in:
@@ -4,9 +4,9 @@
|
|||||||
*
|
*
|
||||||
* $RCSfile: resourcehelper.cxx,v $
|
* $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 Contents of this file are made available subject to
|
||||||
* the terms of GNU Lesser General Public License Version 2.1.
|
* the terms of GNU Lesser General Public License Version 2.1.
|
||||||
|
@@ -4,9 +4,9 @@
|
|||||||
*
|
*
|
||||||
* $RCSfile: xmlhelper.cxx,v $
|
* $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 Contents of this file are made available subject to
|
||||||
* the terms of GNU Lesser General Public License Version 2.1.
|
* 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,
|
bool isValidQName( const OUString& sName,
|
||||||
const Reference<XNameContainer>& xNamespaces )
|
const Reference<XNameContainer>& /*xNamespaces*/ )
|
||||||
{
|
{
|
||||||
sal_Int32 nLength = sName.getLength();
|
sal_Int32 nLength = sName.getLength();
|
||||||
const sal_Unicode* pName = sName.getStr();
|
const sal_Unicode* pName = sName.getStr();
|
||||||
@@ -125,7 +125,7 @@ bool isValidQName( const OUString& sName,
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool isValidPrefixName( const OUString& sName,
|
bool isValidPrefixName( const OUString& sName,
|
||||||
const Reference<XNameContainer>& xNamespaces )
|
const Reference<XNameContainer>& /*xNamespaces*/ )
|
||||||
{
|
{
|
||||||
sal_Int32 nLength = sName.getLength();
|
sal_Int32 nLength = sName.getLength();
|
||||||
const sal_Unicode* pName = sName.getStr();
|
const sal_Unicode* pName = sName.getStr();
|
||||||
|
Reference in New Issue
Block a user