summaryrefslogtreecommitdiff
path: root/xmloff/source/transform/TransformerBase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/transform/TransformerBase.hxx')
-rw-r--r--xmloff/source/transform/TransformerBase.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/transform/TransformerBase.hxx b/xmloff/source/transform/TransformerBase.hxx
index 429d27a06fd4..7aded1f949d1 100644
--- a/xmloff/source/transform/TransformerBase.hxx
+++ b/xmloff/source/transform/TransformerBase.hxx
@@ -138,7 +138,7 @@ public:
static bool DecodeStyleName( OUString& rName );
static bool NegPercent( OUString& rValue );
- bool AddNamespacePrefix( OUString& rName,
+ void AddNamespacePrefix( OUString& rName,
sal_uInt16 nPrefix ) const;
bool RemoveNamespacePrefix( OUString& rName,
sal_uInt16 nPrefixOnly=0xffffU ) const;