summaryrefslogtreecommitdiff
path: root/sw/inc/swmodule.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-07-24 11:56:23 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-07-24 21:30:46 +0200
commit40b5af334464b7e30bc29e479ec6a626a4ad0d48 (patch)
tree6d630b17fe17c3c7baded1f5731df97b95dfff09 /sw/inc/swmodule.hxx
parent63922db083dc70c9b248c9eb34b24382048adf08 (diff)
cid#1401328 Uncaught exception
Change-Id: I15b1157220631e984f30f6e3c0a0362167236c9c Reviewed-on: https://gerrit.libreoffice.org/76256 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/inc/swmodule.hxx')
-rw-r--r--sw/inc/swmodule.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/swmodule.hxx b/sw/inc/swmodule.hxx
index be21755a08cc..5d96a31da341 100644
--- a/sw/inc/swmodule.hxx
+++ b/sw/inc/swmodule.hxx
@@ -77,7 +77,7 @@ class SW_DLLPUBLIC SwModule final : public SfxModule, public SfxListener, public
OUString m_sActAuthor;
// ConfigItems
- std::unique_ptr<SwModuleOptions> m_pModuleConfig;
+ std::unique_ptr<SwModuleOptions, o3tl::default_delete<SwModuleOptions>> m_pModuleConfig;
std::unique_ptr<SwMasterUsrPref, o3tl::default_delete<SwMasterUsrPref>> m_pUsrPref;
std::unique_ptr<SwMasterUsrPref, o3tl::default_delete<SwMasterUsrPref>> m_pWebUsrPref;
std::unique_ptr<SwPrintOptions> m_pPrintOptions;