diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-04-11 10:47:14 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-04-11 13:22:49 +0200 |
commit | 56e0f1fcd43e0d4ab8c7a678cbbed1ea2c612868 (patch) | |
tree | 5053bac1d4d99d7b625a8b3684288922cad6ae63 /include/editeng | |
parent | 4dcecf295c90759f419545b2db5fffbd506f15e0 (diff) |
make EditPosition::Clone return std::unique_ptr
Change-Id: Ie1f987f58fd7be8067dba47e47300dd97a01a393
Reviewed-on: https://gerrit.libreoffice.org/52714
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/editeng')
-rw-r--r-- | include/editeng/svxrtf.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/svxrtf.hxx b/include/editeng/svxrtf.hxx index 8273e64b6f12..89f1cdc4bfae 100644 --- a/include/editeng/svxrtf.hxx +++ b/include/editeng/svxrtf.hxx @@ -81,7 +81,7 @@ public: sal_Int32 GetCntIdx() const; // clone - EditPosition* Clone() const; + std::unique_ptr<EditPosition> Clone() const; // clone NodeIndex EditNodeIdx* MakeNodeIdx() const; |