summaryrefslogtreecommitdiff
path: root/include/editeng/svxrtf.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/svxrtf.hxx')
-rw-r--r--include/editeng/svxrtf.hxx2
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;