summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-04-30 12:22:14 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-04-30 13:14:32 +0200
commite00c87caa399d37426d839f5264a747c115d0b12 (patch)
tree42418f076529d02e5bbbb405a48c65aacc478ae3 /sw/source/uibase/inc
parent492675180203b3409074923d7993429237611f99 (diff)
loplugin:makeshared in sw
Change-Id: I58d91e75ef96beaab7ec34df519ae3a376dce976 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93201 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/uibase/inc')
-rw-r--r--sw/source/uibase/inc/swrenamexnameddlg.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/swrenamexnameddlg.hxx b/sw/source/uibase/inc/swrenamexnameddlg.hxx
index 381f9e7a35b2..b4540857e563 100644
--- a/sw/source/uibase/inc/swrenamexnameddlg.hxx
+++ b/sw/source/uibase/inc/swrenamexnameddlg.hxx
@@ -33,8 +33,8 @@ class SwRenameXNamedDlg : public weld::GenericDialogController
TextFilter m_aTextFilter;
- std::shared_ptr<weld::Entry> m_xNewNameED;
- std::shared_ptr<weld::Button> m_xOk;
+ std::unique_ptr<weld::Entry> m_xNewNameED;
+ std::unique_ptr<weld::Button> m_xOk;
DECL_LINK(TextFilterHdl, OUString&, bool);
DECL_LINK(OkHdl, weld::Button&, void);