diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-07-24 11:56:23 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-07-24 21:30:46 +0200 |
commit | 40b5af334464b7e30bc29e479ec6a626a4ad0d48 (patch) | |
tree | 6d630b17fe17c3c7baded1f5731df97b95dfff09 | |
parent | 63922db083dc70c9b248c9eb34b24382048adf08 (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>
-rw-r--r-- | sw/inc/swmodule.hxx | 2 |
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; |