1. 22 Agu, 2017 15 kayıt (commit)
  2. 21 Agu, 2017 25 kayıt (commit)
    • Markus Mohrhard's avatar
      fix build regression from d347c240 · 0e35b773
      Markus Mohrhard yazdı
      Change-Id: Ia9e017732814d3f5b1f2efdaef45d96aa22daa46
      0e35b773
    • Markus Mohrhard's avatar
      updater: fix error in linux part of updater makefiles · e5318185
      Markus Mohrhard yazdı
      Change-Id: I2d32159364d34fb4154b7f88590045dc3a442bc3
      e5318185
    • Michael Stahl's avatar
      cppuhelper: fix double checked locking in getTypeEntries() · eda41a27
      Michael Stahl yazdı
      Change-Id: I73674f0293a57ed7c4d54aa6b68ff64d5ca4e7bd
      eda41a27
    • Michael Stahl's avatar
      stoc: remove extra braces · 20a7ffd8
      Michael Stahl yazdı
      Change-Id: I3b6b77ba58832d7bfc350eeb5e589513b716a081
      20a7ffd8
    • Michael Stahl's avatar
      stoc: deadlock osl::Mutex::getGlobalMutex() vs getImplHelperInitMutex() · 7936368f
      Michael Stahl yazdı
      As found in a clang/ASAN build running UITest_writer_demo.
      
      cppu::getTypeEntries locks getImplHelperInitMutex().
      
      Let's try to replace the usage of getGlobalMutex() in proxyfac_create()
      with a new static Mutex that is only used in that function.
      
      {1: 7, 6: 1, 7: 1}
      Thread 1 is waiting for 7
      Thread 7 is waiting for 1
      
      Thread 7 (Thread 0x7f34a147a700 (LWP 2530)):
      2  osl_acquireMutex(oslMutexImpl*) (pMutex=0x7f34f620a3e0 <globalMutexImpl>) at sal/osl/unx/mutex.cxx:97
      3  osl::Mutex::acquire() (this=0x7f34f61f7da0 <osl_getGlobalMutex::globalMutex>) at include/osl/mutex.hxx:56
      4  osl::Guard<osl::Mutex>::Guard(osl::Mutex*) (this=0x7f349f6dc420, pT_=0x7f34f61f7da0 <osl_getGlobalMutex::globalMutex>) at include/osl/mutex.hxx:122
      5  com::sun::star::lang::cppu_detail_getUnoType(com::sun::star::lang::XSingleComponentFactory const*) () at workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/lang/XSingleComponentFactory.hpp:69
      6  cppu::UnoType<com::sun::star::lang::XSingleComponentFactory>::get() () at include/cppu/unotype.hxx:296
      7  com::sun::star::lang::XSingleComponentFactory::static_type(void*) () at workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/lang/XSingleComponentFactory.hpp:146
      8  cppu::getTypeEntries(cppu::class_data*) (cd=0x7f34bddacb40 <cppu::detail::ImplClassData<cppu::WeakImplHelper<com::sun::star::lang::XSingleComponentFactory, com::sun::star::lang::XServiceInfo>, com::sun::star::lang::XSingleComponentFactory, com::sun::star::lang::XServiceInfo>::operator()()::s_cd>) at cppuhelper/source/implbase_ex.cxx:96
      9  cppu::queryDeepNoXInterface(_typelib_TypeDescriptionReference const*, cppu::class_data*, void*) (pDemandedTDR=0x60f000042940, cd=0x7f34bddacb40 <cppu::detail::ImplClassData<cppu::WeakImplHelper<com::sun::star::lang::XSingleComponentFactory, com::sun::star::lang::XServiceInfo>, com::sun::star::lang::XSingleComponentFactory, com::sun::star::lang::XServiceInfo>::operator()()::s_cd>, that=0x606000d3d3c0) at cppuhelper/source/implbase_ex.cxx:168
      10 cppu::WeakImplHelper_query(com::sun::star::uno::Type const&, cppu::class_data*, void*, cppu::OWeakObject*) (rType=invalid uno::Type, cd=0x7f34bddacb40 <cppu::detail::ImplClassData<cppu::WeakImplHelper<com::sun::star::lang::XSingleComponentFactory, com::sun::star::lang::XServiceInfo>, com::sun::star::lang::XSingleComponentFactory, com::sun::star::lang::XServiceInfo>::operator()()::s_cd>, that=0x606000d3d3c0, pBase=0x606000d3d3c0) at cppuhelper/source/implbase_ex.cxx:296
      11 cppu::WeakImplHelper<com::sun::star::lang::XSingleComponentFactory, com::sun::star::lang::XServiceInfo>::queryInterface(com::sun::star::uno::Type const&) (this=0x606000d3d3c0, aType=invalid uno::Type) at include/cppuhelper/implbase.hxx:108
      12 non-virtual thunk to cppu::WeakImplHelper<com::sun::star::lang::XSingleComponentFactory, com::sun::star::lang::XServiceInfo>::queryInterface(com::sun::star::uno::Type const&) () at include/cppuhelper/implbase.hxx:107
      13 com::sun::star::uno::BaseReference::iquery(com::sun::star::uno::XInterface*, com::sun::star::uno::Type const&) (pInterface=0x606000d3d3e8, rType=invalid uno::Type) at include/com/sun/star/uno/Reference.hxx:55
      14 com::sun::star::uno::Reference<com::sun::star::lang::XSingleComponentFactory>::iquery(com::sun::star::uno::XInterface*) (pInterface=0x606000d3d3e8) at include/com/sun/star/uno/Reference.hxx:70
      15 com::sun::star::uno::Reference<com::sun::star::lang::XSingleComponentFactory>::set(com::sun::star::uno::BaseReference const&, com::sun::star::uno::UnoReference_Query) (this=0x7f349f92b7e0, rRef=...) at include/com/sun/star/uno/Reference.hxx:279
      16 cppuhelper::ServiceManager::loadImplementation(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, std::shared_ptr<cppuhelper::ServiceManager::Data::Implementation> const&) (this=0x61500000e900, context=uno::Reference to (cppu::ComponentContext *) 0x611000003b50, implementation=warning: RTTI symbol not found for class 'std::_Sp_counted_ptr<cppuhelper::ServiceManager::Data::Implementation*, (__gnu_cxx::_Lock_policy)2>'
      arnound for class 'std::_Sp_counted_ptr<cppuhelper::ServiceManager::Data::Implementation*, (__gnu_cxx::_Lock_policy)2>'
      td:weak 0) 0x60b000013ff0) at cppuhelper/source/servicemanager.cxx:823
      17 cppuhelper::ServiceManager::findServiceImplementation(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, rtl::OUString const&) (this=0x61500000e900, context=uno::Reference to (cppu::ComponentContext *) 0x611000003b50, specifier="com.sun.star.configuration.ConfigurationProvider") at cppuhelper/source/servicemanager.cxx:1811
      18 cppuhelper::ServiceManager::createInstanceWithContext(rtl::OUString const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&) (this=0x61500000e900, aServiceSpecifier="com.sun.star.configuration.ConfigurationProvider", Context=uno::Reference to (cppu::ComponentContext *) 0x611000003b50) at cppuhelper/source/servicemanager.cxx:993
      19 cppuhelper::ServiceManager::createInstance(rtl::OUString const&) (this=0x61500000e900, aServiceSpecifier="com.sun.star.configuration.ConfigurationProvider") at cppuhelper/source/servicemanager.cxx:950
      
      Thread 1 (Thread 0x7f34f632b4c0 (LWP 2487)):
      2  osl_acquireMutex(oslMutexImpl*) (pMutex=0x604000098a90) at sal/osl/unx/mutex.cxx:97
      3  osl::Mutex::acquire() (this=0x7f34f12fa820 <rtl::Static<osl::Mutex, (anonymous namespace)::theImplHelperInitMutex>::get()::instance>) at include/osl/mutex.hxx:56
      4  osl::Guard<osl::Mutex>::Guard(osl::Mutex&) (this=0x7f34c6611420, t=...) at include/osl/mutex.hxx:129
      5  cppu::getTypeEntries(cppu::class_data*) (cd=0x7f3498adf290 <cppu::detail::ImplClassData<cppu::WeakImplHelper<com::sun::star::lang::XServiceInfo, com::sun::star::reflection::XProxyFactory>, com::sun::star::lang::XServiceInfo, com::sun::star::reflection::XProxyFactory>::operator()()::s_cd>) at cppuhelper/source/implbase_ex.cxx:89
      6  cppu::queryDeepNoXInterface(_typelib_TypeDescriptionReference const*, cppu::class_data*, void*) (pDemandedTDR=0x60f00003c6d0, cd=0x7f3498adf290 <cppu::detail::ImplClassData<cppu::WeakImplHelper<com::sun::star::lang::XServiceInfo, com::sun::star::reflection::XProxyFactory>, com::sun::star::lang::XServiceInfo, com::sun::star::reflection::XProxyFactory>::operator()()::s_cd>, that=0x6080005aa620) at cppuhelper/source/implbase_ex.cxx:168
      7  cppu::WeakImplHelper_query(com::sun::star::uno::Type const&, cppu::class_data*, void*, cppu::OWeakObject*) (rType=invalid uno::Type, cd=0x7f3498adf290 <cppu::detail::ImplClassData<cppu::WeakImplHelper<com::sun::star::lang::XServiceInfo, com::sun::star::reflection::XProxyFactory>, com::sun::star::lang::XServiceInfo, com::sun::star::reflection::XProxyFactory>::operator()()::s_cd>, that=0x6080005aa620, pBase=0x6080005aa620) at cppuhelper/source/implbase_ex.cxx:296
      8  cppu::WeakImplHelper<com::sun::star::lang::XServiceInfo, com::sun::star::reflection::XProxyFactory>::queryInterface(com::sun::star::uno::Type const&) (this=0x6080005aa620, aType=invalid uno::Type) at include/cppuhelper/implbase.hxx:108
      9  com::sun::star::uno::BaseReference::iquery(com::sun::star::uno::XInterface*, com::sun::star::uno::Type const&) (pInterface=0x6080005aa620, rType=invalid uno::Type) at include/com/sun/star/uno/Reference.hxx:55
      10 com::sun::star::uno::Reference<com::sun::star::uno::XWeak>::iquery(com::sun::star::uno::XInterface*) (pInterface=0x6080005aa620) at include/com/sun/star/uno/Reference.hxx:70
      11 com::sun::star::uno::Reference<com::sun::star::uno::XWeak>::query(com::sun::star::uno::BaseReference const&) (rRef=...) at include/com/sun/star/uno/Reference.hxx:371
      12 com::sun::star::uno::OWeakRefListener::OWeakRefListener(com::sun::star::uno::Reference<com::sun::star::uno::XInterface> const&) (this=0x603000e789b0, xInt=uno::Reference to ((anonymous namespace)::FactoryImpl *) 0x6080005aa620) at cppuhelper/source/weak.cxx:371
      13 com::sun::star::uno::WeakReferenceHelper::operator=(com::sun::star::uno::Reference<com::sun::star::uno::XInterface> const&) (this=0x7f3498ae06e0 <(anonymous namespace)::proxyfac_create(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&)::rwInstance>, xInt=uno::Reference to ((anonymous namespace)::FactoryImpl *) 0x6080005aa620) at cppuhelper/source/weak.cxx:500
      14 com::sun::star::uno::WeakReference<com::sun::star::uno::XInterface>::operator=(com::sun::star::uno::Reference<com::sun::star::uno::XInterface> const&) (this=0x7f3498ae06e0 <(anonymous namespace)::proxyfac_create(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&)::rwInstance>, xInt=uno::Reference to ((anonymous namespace)::FactoryImpl *) 0x6080005aa620) at include/cppuhelper/weakref.hxx:173
      15 (anonymous namespace)::proxyfac_create(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&) () at stoc/source/proxy_factory/proxyfac.cxx:443
      16 cppu::OSingleFactoryHelper::createInstanceEveryTime(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&) (this=0x61000031cfa8, xContext=uno::Reference to (cppu::ComponentContext *) 0x611000003b50) at cppuhelper/source/factory.cxx:140
      17 cppu::OSingleFactoryHelper::createInstanceWithContext(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&) (this=0x61000031cfa8, xContext=uno::Reference to (cppu::ComponentContext *) 0x611000003b50) at cppuhelper/source/factory.cxx:175
      18 cppu::OFactoryComponentHelper::createInstanceWithContext(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&) (this=0x61000031cf40, xContext=uno::Reference to (cppu::ComponentContext *) 0x611000003b50) at cppuhelper/source/factory.cxx:378
      19 non-virtual thunk to cppu::OFactoryComponentHelper::createInstanceWithContext(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&) () at cppuhelper/source/factory.cxx:364
      20 0x00007f34f0e6d166 in cppuhelper::ServiceManager::Data::Implementation::createInstance(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, bool) (this=0x60b000001850, context=uno::Reference to (cppu::ComponentContext *) 0x611000003b50, singletonRequest=false) at cppuhelper/source/servicemanager.cxx:668
      
      Change-Id: I8d10cca4965feb704c35c70cf99995be26e23a41
      7936368f
    • Andrea Gelmini's avatar
      WB_STDTABDIALOG no more used · 7462288d
      Andrea Gelmini yazdı
      Since commit 6df2c90c
      
      Change-Id: I2862e7c415b9f0d0d1ca2ea1a07e416222d81fd9
      Reviewed-on: https://gerrit.libreoffice.org/41405Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
      Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
      7462288d
    • Andrea Gelmini's avatar
      Fix typo · ad675652
      Andrea Gelmini yazdı
      Change-Id: Ife6c317187915ba8df0351b7b96d481345343df6
      Reviewed-on: https://gerrit.libreoffice.org/41404Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
      Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
      ad675652
    • Andrea Gelmini's avatar
      Fix typo in code · cfa3a1c3
      Andrea Gelmini yazdı
      Change-Id: I1a26ab5e9c029c533b87c67499d6aebf871011e7
      Reviewed-on: https://gerrit.libreoffice.org/41371Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
      Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
      cfa3a1c3
    • heiko tietze's avatar
      tdf#111844 infobar icons on high dpi · 4438849e
      heiko tietze yazdı
      scaling factor added
      
      Change-Id: Iccfc76832ccfaaffb9950d4b591b379dfb0d9eca
      Reviewed-on: https://gerrit.libreoffice.org/41401Tested-by: 's avatarJenkins <ci@libreoffice.org>
      Reviewed-by: 's avatarHeiko Tietze <tietze.heiko@googlemail.com>
      4438849e
    • Noel Grandin's avatar
      WB_FLATSPLITDRAW is dead · 12828221
      Noel Grandin yazdı
      since
      
          commit 22358461
          Date:   Tue Nov 23 18:50:48 2010 +0100
          vcl117: reduce duplication of enums
      
      Change-Id: Ib9c8015934bc794df4b96cd35f5f93b23f372f70
      Reviewed-on: https://gerrit.libreoffice.org/41386Tested-by: 's avatarJenkins <ci@libreoffice.org>
      Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
      12828221
    • Noel Grandin's avatar
      WB_FORCETABCYCLE is dead · d5329c15
      Noel Grandin yazdı
      since
      
          commit 7ced337e
          Date:   Tue Jun 18 16:59:27 2013 +0200
          startcenter: GSOC Use Widget Layout for the Start Center
      
      Change-Id: I406059568f15500a21a1b41d3a4b8e12b2adb5cf
      Reviewed-on: https://gerrit.libreoffice.org/41385Tested-by: 's avatarJenkins <ci@libreoffice.org>
      Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
      d5329c15
    • Gabor Kelemen's avatar
      Updated core · 8638951d
      Gabor Kelemen yazdı
      Project: help  8ecf172a2713f691ac63908676446fd86eefb2c1
      
      Fix help pages after translator review
      
      http://nabble.documentfoundation.org/libreoffice-l10n-Errors-in-help-found-in-Pootle-td4218288.html
      
      Change-Id: I41a1ea18c9039e002135ac425ff21c296d65755b
      Reviewed-on: https://gerrit.libreoffice.org/40014Reviewed-by: 's avatarGabor Kelemen <kelemeng@ubuntu.com>
      Tested-by: 's avatarGabor Kelemen <kelemeng@ubuntu.com>
      8638951d
    • Tor Lillqvist's avatar
      Temporary fix for Clang on F26 · 5a55bef3
      Tor Lillqvist yazdı
      I get a mysterious linking error: sw/qa/core/uwriter.cxx:1416:
      undefined reference to `SfxEnumItem<SvxRotateMode>::operator==(SfxPoolItem
      const&) const'
      
      Change-Id: I2363ebf84784d17b8aea2f37cece191f48a1b717
      5a55bef3
    • Olivier Hallot's avatar
      Updated core · 5197ced5
      Olivier Hallot yazdı
      Project: help  12f5fcacd219532e748c24b96c3be143e1fec99f
      
      tdf#107040 Calc: help for SUBTOTAL indexes 101-111
      
      Change-Id: I90ad83a574748597553bb58c5436343b84947395
      Reviewed-on: https://gerrit.libreoffice.org/41359Reviewed-by: 's avatarOlivier Hallot <olivier.hallot@edx.srv.br>
      Tested-by: 's avatarOlivier Hallot <olivier.hallot@edx.srv.br>
      5197ced5
    • Armin Le Grand's avatar
      emfplus: Corrected ReadWindowMetafile · b5f2402e
      Armin Le Grand yazdı
      There are two places which do hand over not a
      complete SvStream staring at pos zero, but pass
      a seek position indirectly in that stream. Thus
      this needs to be used. There is one usage in sc
      that copies the data to a MemStream to avoid that,
      so this hints that this 'trap/feature' was not
      known to everyone using it
      
      Change-Id: I94139b86c8bdd82879124c574bc3014e02d9ab5f
      Reviewed-on: https://gerrit.libreoffice.org/41399Tested-by: 's avatarJenkins <ci@libreoffice.org>
      Reviewed-by: 's avatarArmin Le Grand <Armin.Le.Grand@cib.de>
      b5f2402e
    • Mark Hung's avatar
      tdf#111626 switch underline color. · cd65bae4
      Mark Hung yazdı
      Switch underline font color if it is from the underline color
      of the portion. If the underline color is auto, take the font
      color into consideration.
      
      Change-Id: I81a0e100cd024add603b574f07e10b5e3a785d0b
      Reviewed-on: https://gerrit.libreoffice.org/41090Tested-by: 's avatarJenkins <ci@libreoffice.org>
      Reviewed-by: 's avatarMark Hung <marklh9@gmail.com>
      cd65bae4
    • Eike Rathke's avatar
      WalkAndMatchElements: really really limit the match, tdf#108292 follow-up · 25b3806a
      Eike Rathke yazdı
      getRemainingCount() could deliver a wrapped around overflow value if mnIndex
      was already greater than the end index, which could happen if when/for
      non-matching larger block sizes were added, and if then a match was found
      behind those blocks a non-requested/unexpected index was returned, which in
      turn led to the assert() being hit in ScInterpreter::CalculateLookup(). In
      non-debug could result in an invalid block position access.
      
      This happened with the bug case document of tdf#111943 which in master can be
      loaded.
      
      Also, the start and end index are not dynamic and don't have to be recalculated
      each time, so make them const; column argument values are unused after.
      
      Change-Id: Ic294cade4e8e7828bee394e5ade61d7127be6bbb
      25b3806a
    • Michael Stahl's avatar
      sw: check the target text node, not the source · 811081ad
      Michael Stahl yazdı
      Change-Id: I386f4ded70cc3deffc2f2e43709edf16eba94c63
      811081ad
    • Michael Stahl's avatar
      tdf#111524 sw: don't expand annotation mark when showing redline... · f821865d
      Michael Stahl yazdı
      ... at a position directly behind the annotation mark.
      
      This happens with the the annotation "__Annotation__5847_848227920" in
      the bugdoc, followed by <text:change text:change-id="ct266312216"/>.
      
      When the redline is shown, the annotation mark expands from
      5 - 101 to 5 - 240, but the SwPostItField is of course still at 101,
      so during the ODF export lcl_FillAnnotationStartArray() asserts.
      
      The problem is that the "bDelete" parameter of SwTextNode::Update()
      disables a whole bunch of code that prevents update of positions
      of redlines, bookmarks, fly frames, and shell cursors.
      
      This was introduced in 2004 with CWS dvoea1, but there is absolutely
      no documentation of what problem it was supposed to solve.
      So just try to remove it here and see if it causes any issue.
      
      Change-Id: I2d1f78c7163eddaf0ce6bbb7c6685ca759874ec5
      f821865d
    • Michael Stahl's avatar
      tdf#111524 sw: delete annotation marks when creating delete redline · 685442bf
      Michael Stahl yazdı
      Range annotations are represented by a SwPostItField at the end of the
      annotated range, and a AnnotationMark that covers the range (including
      the field).
      
      During a normal delete, SwUndoDelete calls
      SwUndoSaveContent::DelContentIndex(), which has a special case to remove
      the AnnotationMark if the field is deleted.
      
      The problem is that when change tracking is enabled, the AnnotationMark
      survives, but the field is moved out of the paragraph when the redlines
      are hidden (as happens during ODF export), hence
      lcl_FillAnnotationStartArray() doesn't find its field.
      
      There doesn't appear to be a good solution to this, because in ODF it's
      also not possible to represent this, because the deleted content is
      outside the text:p element.
      
      It doesn't work to delete the annotation mark in DelBookmarks(), when
      hiding the redline, because then no Undo is created to restore
      the mark, and DelBookmarks() is also called from Undo code from
      SwUndoDelete, which breaks with this change.
      
      So delete the annotation mark when creating the redline in
      DocumentContentOperationsManager::DeleteAndJoinWithRedlineImpl().
      
      Fixes the assert and the subsequent crash, which is a regression
      from 31c54fa7.
      
      Change-Id: I361ffee8e6ab86de499c25f34a96ceeaf83d9e0b
      685442bf
    • Michael Stahl's avatar
      fix bogus always-true asserts · 38fa4443
      Michael Stahl yazdı
      Most of these were converted from OSL_ASSERT
      
      Change-Id: Ia95a758cdebf72ee80d00866644d92e6bb915071
      38fa4443
    • Noel Grandin's avatar
      WB_CBLINESTYLE is dead · e86def1f
      Noel Grandin yazdı
      since
      
          commit 51e6fc0c
          Date:   Wed Oct 1 13:31:44 2008 +0000
          CWS-TOOLING: integrate CWS vcl92
      
      Change-Id: I31e39286d207ab7be91411b5644578762ec0d0d1
      Reviewed-on: https://gerrit.libreoffice.org/41383Tested-by: 's avatarJenkins <ci@libreoffice.org>
      Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
      e86def1f
    • Noel Grandin's avatar
      WB_FAST/WB_TOPLEFTVISIBLE are dead · d5643998
      Noel Grandin yazdı
      since
      
          commit 22358461
          Date:   Tue Nov 23 18:50:48 2010 +0100
          vcl117: reduce duplication of enums
      
      Change-Id: Ic34a09ae79c5226e4f07230ac8ec5f528210d988
      Reviewed-on: https://gerrit.libreoffice.org/41384Tested-by: 's avatarJenkins <ci@libreoffice.org>
      Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
      d5643998
    • Noel Grandin's avatar
      WB_TOPIMAGE is dead · 42ec7e88
      Noel Grandin yazdı
      since
      
          commit a6ff2125
          drop window related stuff from rsc
      
      Change-Id: If9e0ccd75e7c4807b6c06697139d0f2142d46ce5
      Reviewed-on: https://gerrit.libreoffice.org/41382Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
      Tested-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
      42ec7e88
    • Noel Grandin's avatar
      WB_PATH,WB_OPEN are dead · 86486d0a
      Noel Grandin yazdı
      since
      
          commit c2f912b5
          convert FilePicker flags to scoped enum
      
      Change-Id: I5f79c84e2faf9af2db3dc6c6a01b7e37d723f413
      Reviewed-on: https://gerrit.libreoffice.org/41381Tested-by: 's avatarJenkins <ci@libreoffice.org>
      Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
      86486d0a