1. 08 Eki, 2017 5 kayıt (commit)
  2. 07 Eki, 2017 12 kayıt (commit)
  3. 06 Eki, 2017 23 kayıt (commit)
    • Tamás Zolnai's avatar
      tdf#112946: Pivot table: Missing selector for a row field after RT in Calc · ad439ded
      Tamás Zolnai yazdı
      We need to explicitly set compact flags to false, since true is
      the default. It seems MSO prefers compact mode, when the file
      contains colliding mode flags.
      
      Change-Id: Ib311f1cf44345be294e6c6607c227c2baa0fb693
      Reviewed-on: https://gerrit.libreoffice.org/43210Tested-by: 's avatarJenkins <ci@libreoffice.org>
      Reviewed-by: 's avatarTamás Zolnai <tamas.zolnai@collabora.com>
      ad439ded
    • Michael Stahl's avatar
      sw: fix infinite grammar checking idle loop · 05c704d3
      Michael Stahl yazdı
      The grammar checker always wants to be started in DoIdleJobs(),
      even if all paragraphs are already marked as checked.
      
      This is because there is currently no call anywhere of
      SwRootFrame::SetNeedGrammarCheck(false) to reset the flag
      and prevent DoIdleJobs from trying to start the grammar checker.
      
      This call was already there before but was removed without
      any justification in commit 9160fe81.
      
      This has become an infinite loop in several Junit tests with commit
      53da556c.
      
      Change-Id: Ibe7ad93442070aac0577725d044281912307d9e8
      05c704d3
    • Noel Grandin's avatar
      use more rtl::Reference in SdrLightEmbeddedClient_Impl · 3ee1c87e
      Noel Grandin yazdı
      instead of manual ref counting
      
      Change-Id: Ia07d5411c45d24934a619016cd8dbfb1fac6cc4b
      Reviewed-on: https://gerrit.libreoffice.org/43204Tested-by: 's avatarJenkins <ci@libreoffice.org>
      Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
      3ee1c87e
    • Noel Grandin's avatar
      use more rtl::Reference in connectivity · c8cbcd77
      Noel Grandin yazdı
      instead of manual ref counting
      
      Change-Id: I210d4a2cd6487bd2d7d81a53106b484fe411ca9b
      Reviewed-on: https://gerrit.libreoffice.org/43203Tested-by: 's avatarJenkins <ci@libreoffice.org>
      Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
      c8cbcd77
    • Tamás Zolnai's avatar
      tdf#112936: Pivot table: LO created XLSX file makes Excel to crash · bab595df
      Tamás Zolnai yazdı
      It's not actually clear, why Excel crashes, but setting the version
      makes it working. I expect that this version number (which specifies MSO
      Excel versions) makes MSO to handle the pivot table differently. As the
      internal implementation of the pivot table was changed in different
      versions. The name "DATA" might had a special meaning in the earlier
      versions (e.g. XP, MSO 2000) which leads this crash.
      So setting the version to MSO 2007 seems a good solution for this.
      Older versions not seems a target of LO exported XLSX files in these days.
      Also smaller values leads to the crash described in the bug report.
      
      Change-Id: I6e9edc949d1670d657effff9277cfd86ff163458
      Reviewed-on: https://gerrit.libreoffice.org/43208Reviewed-by: 's avatarTamás Zolnai <tamas.zolnai@collabora.com>
      Tested-by: 's avatarTamás Zolnai <tamas.zolnai@collabora.com>
      bab595df
    • Jan-Marek Glogowski's avatar
      Process all pending events during Cppunit setUp · 141fe1c5
      Jan-Marek Glogowski yazdı
      Larger unit tests collect a lot of events, which are just processed
      on shutdown. But since the Scheduler is just an unsorted linked
      list, processing these in order is O(n^2) for lookup, which really
      adds up, e.g. sw_ooxmlexport8 has 35047 tasks on shutdown.
      
      So this just processes all pending events before running each unit
      test.
      
      Also adds missing spellchecking components to some calc tests.
      
      Change-Id: Icf12146015afc17a1f52f79c18f248b72650ad46
      Reviewed-on: https://gerrit.libreoffice.org/43199Tested-by: 's avatarJenkins <ci@libreoffice.org>
      Reviewed-by: 's avatarJan-Marek Glogowski <glogow@fbihome.de>
      141fe1c5
    • Serge Krot's avatar
      related tdf#66398 remove useless breaks · f4cbd314
      Serge Krot yazdı
      Change-Id: I39caad06bcd645d582c180195a839113759b57a1
      Reviewed-on: https://gerrit.libreoffice.org/43159Tested-by: 's avatarJenkins <ci@libreoffice.org>
      Reviewed-by: 's avatarThorsten Behrens <Thorsten.Behrens@CIB.de>
      f4cbd314
    • Serge Krot's avatar
      tdf#66398 Do not output document protection in docx twice · 4054051c
      Serge Krot yazdı
      Change-Id: I16a5f2d3b8ef59e6edfdecd9d2bd19a2c10c80ea
      Reviewed-on: https://gerrit.libreoffice.org/43158Tested-by: 's avatarJenkins <ci@libreoffice.org>
      Reviewed-by: 's avatarThorsten Behrens <Thorsten.Behrens@CIB.de>
      4054051c
    • Serge Krot's avatar
      tdf#66398 Remove double initialization of the form protection · 40f627c2
      Serge Krot yazdı
      Change-Id: I639523b55aef1914ddec62aaae44b0dc87346d0b
      Reviewed-on: https://gerrit.libreoffice.org/43157Tested-by: 's avatarJenkins <ci@libreoffice.org>
      Reviewed-by: 's avatarThorsten Behrens <Thorsten.Behrens@CIB.de>
      40f627c2
    • Stephan Bergmann's avatar
      Revert "Fix -fsanitize=signed-integer-overflow" · ce057e66
      Stephan Bergmann yazdı
      This reverts commit 63d845dc.  The immediate
      problem is fixed with 9dd0c0fc "Missing
      dependency" now.  For the general issue that loading
      sw/qa/extras/uiwriter/data/tdf112860.fodt fails with a UBSan error or a null
      deref SIGSEGV when fonts are missing see
      <https://bugs.documentfoundation.org/show_bug.cgi?id=112942>
      "SwUiWriterTest::testTdf112860 crashes when Liberation fonts are missing".
      ce057e66
    • Stephan Bergmann's avatar
      Missing dependency · 9dd0c0fc
      Stephan Bergmann yazdı
      external/more_fonts/ExternalPackage_liberation.mk not installed caused
      SwUiWriterTest::testTdf112860 (sw/qa/extras/uiwriter/uiwriter.cxx) to fail, see
      63d845dc "Fix -fsanitize=signed-integer-
      overflow"
      
      Change-Id: Ied4dcf9cfe167e741c3bb0c1f4fe853cb44b0d2b
      9dd0c0fc
    • Noel Grandin's avatar
      use rtl::Reference in SvXMLEmbeddedObjectHelper · 3035a806
      Noel Grandin yazdı
      instead of manual ref-counting
      
      Change-Id: I559ebb3871dd3dd4a160bd83a259e36dd2f7b4d6
      Reviewed-on: https://gerrit.libreoffice.org/43200Tested-by: 's avatarJenkins <ci@libreoffice.org>
      Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
      3035a806
    • Jan-Marek Glogowski's avatar
      KDE update system loop integration · 0d24dd25
      Jan-Marek Glogowski yazdı
      This updates the system loop integration to be on par with the
      other backends. This includes:
      
      1. Process LO user events before other LO events
      2. Correctly handle elapsed QTimer events
      3. Don't wait-yield in the main thread from a non-main thread
      
      Change-Id: Ia17be032ae39dc4c7bfa44cadd22d85a1b9c4fbd
      Reviewed-on: https://gerrit.libreoffice.org/43198Tested-by: 's avatarJenkins <ci@libreoffice.org>
      Reviewed-by: 's avatarJan-Marek Glogowski <glogow@fbihome.de>
      0d24dd25
    • Jan-Marek Glogowski's avatar
      Don't schedule the Idle job for busy documents · 53da556c
      Jan-Marek Glogowski yazdı
      This refactors DocumentTimerManager to export the busy status
      independent of the Idle function. This way it can be ignored in
      the Scheduler while the document is busy,
      
      Change-Id: Icec2075d3338ad8dd4440678eb0570d7fe887778
      Reviewed-on: https://gerrit.libreoffice.org/43197Tested-by: 's avatarJenkins <ci@libreoffice.org>
      Reviewed-by: 's avatarJan-Marek Glogowski <glogow@fbihome.de>
      53da556c
    • Caolán McNamara's avatar
      ofz#3566: fix oom · 411f5e9c
      Caolán McNamara yazdı
      Change-Id: Id5bf172d49c61ad8000a5917759a54eaa0c8467e
      Reviewed-on: https://gerrit.libreoffice.org/43195Tested-by: 's avatarJenkins <ci@libreoffice.org>
      Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
      Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
      411f5e9c
    • jan Iversen's avatar
      iOS cross-compile even for x86-64 · 02ab7371
      jan Iversen yazdı
      Based on advice from IRC, cross compile is also active
      for simulator.
      The assumption build arch == host arch calls for not
      cross compiling, did not work due to the fact that iOS
      compiles without DESKTOP.
      
      Cross compiling to the same platform gives problems with e.g. libxml2
      will be solved in a later commit
      
      Change-Id: If18ee5f9473dd983e2cb705390017229c4205a71
      02ab7371
    • Michael Stahl's avatar
      gbuild: more verbose forwarding of LinkTarget functions · ee75810e
      Michael Stahl yazdı
      The forwarding of LinkTarget subclass functions to LinkTarget functions
      is currently done in a very elegant way that only requires listing the
      bare function names once, but the downside is that the subclass
      functions aren't defined in a way that "git grep" or "ctags" can find,
      so replace that with more verbose copy-paste definitions.
      
      Change-Id: I4bd7f1b1bc0904ae345958e39403ab508db584a1
      Reviewed-on: https://gerrit.libreoffice.org/43196Tested-by: 's avatarJenkins <ci@libreoffice.org>
      Reviewed-by: 's avatarMichael Stahl <mstahl@redhat.com>
      ee75810e
    • Caolán McNamara's avatar
      coverity#1418967 Uninitialized scalar variable · 798c1888
      Caolán McNamara yazdı
      and
      
      coverity#1418960 Uninitialized scalar variable
      
      Change-Id: I2f96b3824fca585a22d7a02a974c371ebaf57bde
      Reviewed-on: https://gerrit.libreoffice.org/43187Tested-by: 's avatarJenkins <ci@libreoffice.org>
      Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
      Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
      798c1888
    • Caolán McNamara's avatar
      ofz#3564 Direct-leak · a0f5b389
      Caolán McNamara yazdı
      Change-Id: I4d816c91874f059becb3f7fdc6007618ac43e88a
      Reviewed-on: https://gerrit.libreoffice.org/43194Tested-by: 's avatarJenkins <ci@libreoffice.org>
      Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
      Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
      a0f5b389
    • Stephan Bergmann's avatar
      Fix -fsanitize=signed-integer-overflow · 63d845dc
      Stephan Bergmann yazdı
      during CppunitTest_sw_uiwriter (see below), using o3tl::saturating_add similar
      to 97dcb242 "Fix -fsanitize=signed-integer-
      overflow".
      
      It replaces exactly the one use of SwIncrement that caused problems now.
      Probably other uses of those FirstMinusSecond, SecondMinusFirst, SwIncrement,
      and SwDecrement should be adapted, too.
      
      > sw/source/core/layout/newfrm.cxx:53:17: runtime error: signed integer overflow: 23547 + 9223372036854755850 cannot be represented in type 'long'
      >     #0 0x7f00fe99e438 in SwIncrement(long, long) sw/source/core/layout/newfrm.cxx:53:17
      >     #1 0x7f00feb272bc in SwTabFrame::MakeAll(OutputDevice*) sw/source/core/layout/tabfrm.cxx:2311:44
      >     #2 0x7f00fe79d883 in SwFrame::PrepareMake(OutputDevice*) sw/source/core/layout/calcmove.cxx:312:29
      >     #3 0x7f00feb1cbff in SwContentFrame::CalcLowers(SwLayoutFrame*, SwLayoutFrame const*, long, bool) sw/source/core/layout/tabfrm.cxx:1454:19
      >     #4 0x7f00feb2eded in lcl_RecalcRow(SwRowFrame&, long) sw/source/core/layout/tabfrm.cxx:1581:22
      >     #5 0x7f00feb186d5 in lcl_RecalcSplitLine(SwRowFrame&, SwRowFrame&, long, long) sw/source/core/layout/tabfrm.cxx:682:5
      >     #6 0x7f00feb13900 in SwTabFrame::Split(long, bool, bool) sw/source/core/layout/tabfrm.cxx:1268:16
      >     #7 0x7f00feb20ed9 in SwTabFrame::MakeAll(OutputDevice*) sw/source/core/layout/tabfrm.cxx:2387:47
      >     #8 0x7f00fe79df2b in SwFrame::PrepareMake(OutputDevice*) sw/source/core/layout/calcmove.cxx:346:5
      >     #9 0x7f00fe945f70 in SwLayAction::FormatLayoutTab(SwTabFrame*, bool) sw/source/core/layout/layact.cxx:1467:15
      >     #10 0x7f00fe93e6ca in SwLayAction::FormatLayout(OutputDevice*, SwLayoutFrame*, bool) sw/source/core/layout/layact.cxx:1360:32
      >     #11 0x7f00fe93e95b in SwLayAction::FormatLayout(OutputDevice*, SwLayoutFrame*, bool) sw/source/core/layout/layact.cxx:1363:29
      >     #12 0x7f00fe9329c9 in SwLayAction::InternalAction(OutputDevice*) sw/source/core/layout/layact.cxx:550:25
      >     #13 0x7f00fe92f71a in SwLayAction::Action(OutputDevice*) sw/source/core/layout/layact.cxx:341:5
      >     #14 0x7f00ffa7bcfd in SwViewShell::ImplEndAction(bool) sw/source/core/view/viewsh.cxx:280:17
      >     #15 0x7f00fd6e5671 in SwViewShell::EndAction(bool) sw/inc/viewsh.hxx:605:9
      >     #16 0x7f00fd696865 in SwCursorShell::EndAction(bool, bool) sw/source/core/crsr/crsrsh.cxx:258:18
      >     #17 0x7f0100a66752 in SwView::OuterResizePixel(Point const&, Size const&) sw/source/uibase/uiview/viewport.cxx:1116:22
      >     #18 0x7f01177ff562 in SfxViewFrame::DoAdjustPosSizePixel(SfxViewShell*, Point const&, Size const&, bool) sfx2/source/view/viewfrm.cxx:1490:18
      >     #19 0x7f0117812660 in SfxViewFrame::Resize(bool) sfx2/source/view/viewfrm.cxx:2275:17
      >     #20 0x7f01178262e9 in SfxFrameViewWindow_Impl::Resize() sfx2/source/view/viewfrm2.cxx:73:17
      >     #21 0x7f01397ce063 in vcl::Window::ImplCallResize() vcl/source/window/event.cxx:522:5
      >     #22 0x7f0139c1458e in vcl::Window::Show(bool, ShowFlags) vcl/source/window/window.cxx:2274:13
      >     #23 0x7f01177b8313 in SfxBaseController::ConnectSfxFrame_Impl(SfxBaseController::ConnectSfxFrame) sfx2/source/view/sfxbasecontroller.cxx:1250:24
      >     #24 0x7f01177b6773 in SfxBaseController::attachFrame(com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) sfx2/source/view/sfxbasecontroller.cxx:550:13
      >     #25 0x7f01177708ca in (anonymous namespace)::SfxFrameLoader_Impl::impl_createDocumentView(com::sun::star::uno::Reference<com::sun::star::frame::XModel2> const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&, comphelper::NamedValueCollection const&, rtl::OUString const&) sfx2/source/view/frmload.cxx:599:18
      >     #26 0x7f011776c4dc in (anonymous namespace)::SfxFrameLoader_Impl::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) sfx2/source/view/frmload.cxx:716:13
      >     #27 0x7f00cd09827c in framework::LoadEnv::impl_loadContent() framework/source/loadenv/loadenv.cxx:1087:37
      >     #28 0x7f00cd0914f3 in framework::LoadEnv::startLoading() framework/source/loadenv/loadenv.cxx:372:20
      >     #29 0x7f00cd08f794 in framework::LoadEnv::loadComponentFromURL(com::sun::star::uno::Reference<com::sun::star::frame::XComponentLoader> const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) framework/source/loadenv/loadenv.cxx:158:14
      >     #30 0x7f00cd146748 in framework::Desktop::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) framework/source/services/desktop.cxx:618:12
      >     #31 0x7f00cd14690c in non-virtual thunk to framework::Desktop::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) framework/source/services/desktop.cxx
      >     #32 0x7f00f5b07b89 in unotest::MacrosTest::loadFromDesktop(rtl::OUString const&, rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) unotest/source/cpp/macros_test.cxx:50:60
      >     #33 0x7f011ff48982 in SwModelTestBase::loadURL(rtl::OUString const&, char const*, char const*) sw/qa/extras/inc/swmodeltestbase.hxx:668:23
      >     #34 0x7f011ff49579 in SwModelTestBase::load(rtl::OUString const&, char const*, char const*) sw/qa/extras/inc/swmodeltestbase.hxx:639:16
      >     #35 0x7f011fe18545 in SwUiWriterTest::createDoc(char const*) sw/qa/extras/uiwriter/uiwriter.cxx:448:9
      >     #36 0x7f011fffcbb2 in void std::_Bind<std::_Mem_fn<void (SwUiWriterTest::*)()> (SwUiWriterTest*)>::__call<void, , 0ul>(std::tuple<>&&, std::_Index_tuple<0ul>) /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:933:11
      >     #37 0x7f011fffc989 in void std::_Bind<std::_Mem_fn<void (SwUiWriterTest::*)()> (SwUiWriterTest*)>::operator()<, void>() /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:991:17
      >     #38 0x7f0159d6bd20 in CppUnit::TestCaseMethodFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:32:5
      >     #39 0x7f0159d3ceed in CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25
      >     #40 0x7f0159d3ceed in CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25
      >     #41 0x7f014e24e450 in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx:63:16
      >     #42 0x7f0159d3ceed in CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25
      >     #43 0x7f0159cd271b in CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) workdir/UnpackedTarball/cppunit/src/cppunit/DefaultProtector.cpp:15:12
      >     #44 0x7f0159d3ceed in CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25
      >     #45 0x7f0159d3652c in CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:86:18
      >     #46 0x7f0159dce8f0 in CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:182:28
      >     #47 0x7f0159d6a2fc in CppUnit::TestCase::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:91:13
      >     #48 0x7f0159d6e1f7 in CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64:30
      >     #49 0x7f0159d6d3e8 in CppUnit::TestComposite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23:3
      >     #50 0x7f0159d6e1f7 in CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64:30
      >     #51 0x7f0159d6d3e8 in CppUnit::TestComposite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23:3
      >     #52 0x7f0159dfcf15 in CppUnit::TestRunner::WrappingSuite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:47:27
      >     #53 0x7f0159dcd376 in CppUnit::TestResult::runTest(CppUnit::Test*) workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:149:9
      >     #54 0x7f0159dfde86 in CppUnit::TestRunner::run(CppUnit::TestResult&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:96:14
      >     #55 0x535621 in (anonymous namespace)::ProtectedFixtureFunctor::run() const sal/cppunittester/cppunittester.cxx:319:20
      >     #56 0x5336e4 in sal_main() sal/cppunittester/cppunittester.cxx:469:20
      >     #57 0x533112 in main sal/cppunittester/cppunittester.cxx:376:1
      >     #58 0x7f0158225430 in __libc_start_main /usr/src/debug/glibc-2.24-66-gd5a4092c36/csu/../csu/libc-start.c:289
      >     #59 0x438929 in _start (workdir/LinkTarget/Executable/cppunittester+0x438929)
      
      Change-Id: Ib3dd6317062b39625295ae0b51c30d3826918b35
      Reviewed-on: https://gerrit.libreoffice.org/43191Tested-by: 's avatarJenkins <ci@libreoffice.org>
      Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.co.uk>
      63d845dc
    • Noel Grandin's avatar
      use rtl::Reference in svl,sfx2 · a5dbe5a8
      Noel Grandin yazdı
      instead of manual ref-counting
      
      Change-Id: Icb6472ffadfb57c9723b26f6f247e78fff45e528
      Reviewed-on: https://gerrit.libreoffice.org/43193Tested-by: 's avatarJenkins <ci@libreoffice.org>
      Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
      a5dbe5a8
    • Caolán McNamara's avatar
      coverity#1418961 Uninitialized scalar field · 62fc2167
      Caolán McNamara yazdı
      Change-Id: I84692e07f3887c8440df535c2c0c1191cd2773be
      Reviewed-on: https://gerrit.libreoffice.org/43188Tested-by: 's avatarJenkins <ci@libreoffice.org>
      Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
      Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
      62fc2167
    • Noel Grandin's avatar
      Revert "remove handing of deprecated Storage path option" · aacf28c8
      Noel Grandin yazdı
      This reverts commit b71fdc67.
      
      since Jochen indicates that there is a bug in it
      
      Change-Id: I786a7885a308cb43b99d9930ed385a75bbcd9495
      Reviewed-on: https://gerrit.libreoffice.org/43192Tested-by: 's avatarJenkins <ci@libreoffice.org>
      Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
      aacf28c8