[Libreoffice-commits] core.git: sw/inc
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jul 24 19:32:05 UTC 2019
sw/inc/swmodule.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 40b5af334464b7e30bc29e479ec6a626a4ad0d48
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Wed Jul 24 11:56:23 2019 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Wed Jul 24 21:30:46 2019 +0200
cid#1401328 Uncaught exception
Change-Id: I15b1157220631e984f30f6e3c0a0362167236c9c
Reviewed-on: https://gerrit.libreoffice.org/76256
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
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;
More information about the Libreoffice-commits
mailing list