summaryrefslogtreecommitdiff
path: root/writerperfect/source/writer/exp/xmlmetai.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerperfect/source/writer/exp/xmlmetai.hxx')
-rw-r--r--writerperfect/source/writer/exp/xmlmetai.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/writerperfect/source/writer/exp/xmlmetai.hxx b/writerperfect/source/writer/exp/xmlmetai.hxx
index 296adec7f836..1f3e0d774794 100644
--- a/writerperfect/source/writer/exp/xmlmetai.hxx
+++ b/writerperfect/source/writer/exp/xmlmetai.hxx
@@ -24,12 +24,15 @@ class XMLMetaDocumentContext : public XMLImportContext
public:
XMLMetaDocumentContext(XMLImport& rImport);
+ librevenge::RVNGPropertyList& GetPropertyList() { return m_aPropertyList; }
+
rtl::Reference<XMLImportContext>
CreateChildContext(const OUString& rName,
const css::uno::Reference<css::xml::sax::XAttributeList>& xAttribs) override;
void SAL_CALL endElement(const OUString& rName) override;
+private:
librevenge::RVNGPropertyList m_aPropertyList;
};