[Libreoffice-commits] core.git: sc/inc

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Fri Jul 26 10:24:54 UTC 2019


 sc/inc/scmod.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8922c6195ebdaaf7e560f203a8b1caf6c2ce6ae7
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Fri Jul 26 08:32:39 2019 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Fri Jul 26 12:24:01 2019 +0200

    cid#1401334 Uncaught exception
    
    Change-Id: I6eaf41e5a2761c7c2d9f44c908720bebc53178a5
    Reviewed-on: https://gerrit.libreoffice.org/76353
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sc/inc/scmod.hxx b/sc/inc/scmod.hxx
index 18fbc691ba43..a82ac9337b12 100644
--- a/sc/inc/scmod.hxx
+++ b/sc/inc/scmod.hxx
@@ -88,7 +88,7 @@ class SAL_DLLPUBLIC_RTTI ScModule: public SfxModule, public SfxListener, public
     // there is no global InputHandler anymore, each View has its own
     ScInputHandler*     m_pRefInputHandler;
     std::unique_ptr<ScViewCfg>        m_pViewCfg;
-    std::unique_ptr<ScDocCfg>         m_pDocCfg;
+    std::unique_ptr<ScDocCfg, o3tl::default_delete<ScDocCfg>> m_pDocCfg;
     std::unique_ptr<ScAppCfg, o3tl::default_delete<ScAppCfg>> m_pAppCfg;
     std::unique_ptr<ScDefaultsCfg>    m_pDefaultsCfg;
     std::unique_ptr<ScFormulaCfg>     m_pFormulaCfg;


More information about the Libreoffice-commits mailing list