summaryrefslogtreecommitdiff
path: root/xmloff/source
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2011-10-24 12:27:16 +0200
committerStephan Bergmann <sbergman@redhat.com>2011-10-24 12:56:22 +0200
commitc31d7b012f953f4a677fd5a576c0aa8379897879 (patch)
tree770bd3fb4a63005c03fcb95178abc316d52eeac3 /xmloff/source
parent084d665b61ac79ed4b81fffd05acce28b020d8b3 (diff)
Some warning cleanup (found with trunk Clang).
Diffstat (limited to 'xmloff/source')
-rw-r--r--xmloff/source/transform/TransformerActionInit.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/transform/TransformerActionInit.hxx b/xmloff/source/transform/TransformerActionInit.hxx
index c4e10e739ffc..0e1d209f7c4a 100644
--- a/xmloff/source/transform/TransformerActionInit.hxx
+++ b/xmloff/source/transform/TransformerActionInit.hxx
@@ -41,7 +41,7 @@ struct XMLTransformerActionInit
sal_uInt32 m_nParam2;
sal_uInt32 m_nParam3;
- static sal_Int32 QNameParam( sal_uInt16 nPrefix,
+ static sal_uInt32 QNameParam( sal_uInt16 nPrefix,
::xmloff::token::XMLTokenEnum eLocalName )
{
return (static_cast< sal_uInt32 >( nPrefix ) << 16) +