diff options
Diffstat (limited to 'include/xmloff')
-rw-r--r-- | include/xmloff/txtimp.hxx | 2 | ||||
-rw-r--r-- | include/xmloff/xmltoken.hxx | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/include/xmloff/txtimp.hxx b/include/xmloff/txtimp.hxx index cc617393e1b4..218db6fa7acd 100644 --- a/include/xmloff/txtimp.hxx +++ b/include/xmloff/txtimp.hxx @@ -223,6 +223,8 @@ public: const OUString& rName ) const; XMLPropStyleContext* FindPageMaster( const OUString& rName ) const; + XMLPropStyleContext* FindAutoCharStyle(const OUString& rName) const; + XMLPropStyleContext* FindDrawingPage(OUString const& rName) const; const css::uno::Reference< css::container::XNameContainer> & GetParaStyles() const; diff --git a/include/xmloff/xmltoken.hxx b/include/xmloff/xmltoken.hxx index 09bb105d17e9..7f4f21c15dfc 100644 --- a/include/xmloff/xmltoken.hxx +++ b/include/xmloff/xmltoken.hxx @@ -1209,6 +1209,7 @@ namespace xmloff::token { XML_LINKED_CELL, XML_LINK_TO_SOURCE_DATA, XML_LIST, + XML_MARKER_STYLE_NAME, XML_LIST_BLOCK, XML_LIST_HEADER, XML_LIST_INFO, |