Kaydet (Commit) 7cd75ff1 authored tarafından Caolán McNamara's avatar Caolán McNamara

ofz#4328 Abrt

Change-Id: Ia122ca02b96682e436315b89c1510230c2ec5150
Reviewed-on: https://gerrit.libreoffice.org/44950Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst ce204e44
...@@ -47,11 +47,12 @@ ...@@ -47,11 +47,12 @@
#include <sfx2/viewsh.hxx> #include <sfx2/viewsh.hxx>
#include <sfx2/docfile.hxx> #include <sfx2/docfile.hxx>
#include <sot/storage.hxx> #include <sot/storage.hxx>
#include <unotools/pathoptions.hxx>
#include <svl/itempool.hxx> #include <svl/itempool.hxx>
#include <vcl/virdev.hxx> #include <vcl/virdev.hxx>
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>
#include <vcl/settings.hxx> #include <vcl/settings.hxx>
#include <unotools/configmgr.hxx>
#include <unotools/pathoptions.hxx>
#include <unotools/ucbstreamhelper.hxx> #include <unotools/ucbstreamhelper.hxx>
#include <basegfx/polygon/b2dpolygon.hxx> #include <basegfx/polygon/b2dpolygon.hxx>
...@@ -232,7 +233,7 @@ static void lcl_ReverseTwipsToMM( tools::Rectangle& rRect ) ...@@ -232,7 +233,7 @@ static void lcl_ReverseTwipsToMM( tools::Rectangle& rRect )
} }
ScDrawLayer::ScDrawLayer( ScDocument* pDocument, const OUString& rName ) : ScDrawLayer::ScDrawLayer( ScDocument* pDocument, const OUString& rName ) :
FmFormModel( SvtPathOptions().GetPalettePath(), FmFormModel( !utl::ConfigManager::IsFuzzing() ? SvtPathOptions().GetPalettePath() : OUString(),
nullptr, // SfxItemPool* Pool nullptr, // SfxItemPool* Pool
pGlobalDrawPersist ? pGlobalDrawPersist ?
pGlobalDrawPersist : pGlobalDrawPersist :
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment