diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-10-06 15:58:13 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-10-07 08:24:08 +0200 |
commit | e054b898e7510388d613e4f918afce53aa5444c7 (patch) | |
tree | f453c5276e7c41b296765d098385f0b1a31240bb /sw | |
parent | c5a93cad149618bbd43632f1660a558c34bdbf7e (diff) |
drop use of tools::SvRef in xmloff
instead of mixing and matching rtl::Reference and tools::SvRef, lets
just use rtl::Reference
Change-Id: I5d77c8a662e1455f97935e5f4a99e484e8cad332
Reviewed-on: https://gerrit.libreoffice.org/43205
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
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( |