summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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 d38d1c605460..1188ed65f8af 100644
--- a/include/editeng/svxrtf.hxx
+++ b/include/editeng/svxrtf.hxx
@@ -71,7 +71,7 @@ public:
std::unique_ptr<EditPosition> Clone() const;
// clone NodeIndex
- EditNodeIdx* MakeNodeIdx() const;
+ std::unique_ptr<EditNodeIdx> MakeNodeIdx() const;
};
typedef std::map<short, std::unique_ptr<vcl::Font>> SvxRTFFontTbl;