diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/uibase/config/StoredChapterNumbering.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/config/StoredChapterNumbering.cxx b/sw/source/uibase/config/StoredChapterNumbering.cxx index 271602493317..c575863f00e7 100644 --- a/sw/source/uibase/config/StoredChapterNumbering.cxx +++ b/sw/source/uibase/config/StoredChapterNumbering.cxx @@ -317,7 +317,7 @@ class StoredChapterNumberingRootContext private: SwChapterNumRules & m_rNumRules; size_t m_nCounter; - std::vector<tools::SvRef<SvxXMLListStyleContext>> m_Contexts; + std::vector<rtl::Reference<SvxXMLListStyleContext>> m_Contexts; public: StoredChapterNumberingRootContext( |