summaryrefslogtreecommitdiff
path: root/xmloff/source/transform
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-04-02 14:07:31 +0200
committerNoel Grandin <noel@peralex.com>2015-04-07 10:24:54 +0200
commitd1b27a1d9af27c0447d4eb1c8d5864b5028d7746 (patch)
tree7f551a3eb69040d674bf5b52b0405b897b23324f /xmloff/source/transform
parente4688a3d41265946007c6c9a5c5b5742078c74a3 (diff)
loplugin:staticmethods
Change-Id: Id3d6b50e07ea0850af18ab9bdadfffe0e4602aab
Diffstat (limited to 'xmloff/source/transform')
-rw-r--r--xmloff/source/transform/FormPropOASISTContext.hxx2
-rw-r--r--xmloff/source/transform/TransformerBase.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/transform/FormPropOASISTContext.hxx b/xmloff/source/transform/FormPropOASISTContext.hxx
index 798be653f23f..b3cdd7d07a8e 100644
--- a/xmloff/source/transform/FormPropOASISTContext.hxx
+++ b/xmloff/source/transform/FormPropOASISTContext.hxx
@@ -28,7 +28,7 @@ class XMLFormPropOASISTransformerContext :
bool m_bIsList;
bool m_bIsListValue;
- ::xmloff::token::XMLTokenEnum GetValueType( const OUString& rValue );
+ static ::xmloff::token::XMLTokenEnum GetValueType( const OUString& rValue );
public:
TYPEINFO_OVERRIDE();
diff --git a/xmloff/source/transform/TransformerBase.hxx b/xmloff/source/transform/TransformerBase.hxx
index a50fb223444c..893a3c064084 100644
--- a/xmloff/source/transform/TransformerBase.hxx
+++ b/xmloff/source/transform/TransformerBase.hxx
@@ -166,7 +166,7 @@ public:
matching token in its lower 16 bits. The value is converted to the
token that is given in the upper 16 bits of the matching parameter.
*/
- bool RenameAttributeValue( OUString& rOutAttributeValue,
+ static bool RenameAttributeValue( OUString& rOutAttributeValue,
sal_Int32 nParam1,
sal_Int32 nParam2,
sal_Int32 nParam3 );