summaryrefslogtreecommitdiff
path: root/xmloff/source/core/SvXMLAttr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/core/SvXMLAttr.hxx')
-rw-r--r--xmloff/source/core/SvXMLAttr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/core/SvXMLAttr.hxx b/xmloff/source/core/SvXMLAttr.hxx
index 4b5e6d1cbe39..7725a3dc03c7 100644
--- a/xmloff/source/core/SvXMLAttr.hxx
+++ b/xmloff/source/core/SvXMLAttr.hxx
@@ -27,7 +27,7 @@ public:
const OUString& rValue );
bool operator== (const SvXMLAttr &rCmp) const;
- sal_uInt16 getPrefixPos() const;
+ sal_uInt16 getPrefixPos() const { return aPrefixPos;}
const OUString& getLName() const;
const OUString& getValue() const;
};