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.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/core/SvXMLAttr.hxx b/xmloff/source/core/SvXMLAttr.hxx
index 7725a3dc03c7..354b67497cd8 100644
--- a/xmloff/source/core/SvXMLAttr.hxx
+++ b/xmloff/source/core/SvXMLAttr.hxx
@@ -28,8 +28,8 @@ public:
bool operator== (const SvXMLAttr &rCmp) const;
sal_uInt16 getPrefixPos() const { return aPrefixPos;}
- const OUString& getLName() const;
- const OUString& getValue() const;
+ const OUString& getLName() const { return aLName;}
+ const OUString& getValue() const { return aValue;}
};
#endif // INCLUDED_XMLOFF_SOURCE_CORE_SVXMLATTR_HXX