summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2022-10-07 12:54:39 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-10-07 18:23:12 +0200
commitdbee0c128b75b3ea0cb527300ebcd0ad55745fb1 (patch)
tree0811f8e0d0496f146886dd9707aa414b785ffcdf /sw/inc
parente5fc2a44a64afbf9058a01283be3834c21c7d12c (diff)
use more unique_ptr in GetAllValidRanges
Change-Id: I59f6afb5b39779a58d2b0ea47b524df299e1c0d9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141050 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/redline.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/redline.hxx b/sw/inc/redline.hxx
index 1ad8c456b56c..f2d6c31a40ac 100644
--- a/sw/inc/redline.hxx
+++ b/sw/inc/redline.hxx
@@ -338,7 +338,7 @@ class SW_DLLPUBLIC SwRedlineHint final : public SfxHint
namespace sw {
-std::vector<SwRangeRedline*> GetAllValidRanges(std::unique_ptr<SwRangeRedline> p);
+std::vector<std::unique_ptr<SwRangeRedline>> GetAllValidRanges(std::unique_ptr<SwRangeRedline> p);
} // namespace sw