Commit Graph

425590 Commits

Author SHA1 Message Date
Noel Grandin
9882778b83 loplugin:mergeclasses update results output
Change-Id: Id1138cf7358c610aff77b7d7073c61cd3f13129c
Reviewed-on: https://gerrit.libreoffice.org/57485
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2018-07-16 13:49:35 +02:00
Caolán McNamara
5cc423efe3 move freeze/thaw to Widget
Change-Id: I3944092c26ca81028912f6fb206b148b49e4f172
Reviewed-on: https://gerrit.libreoffice.org/57489
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-07-16 13:43:28 +02:00
Noel Grandin
140d9b8326 loplugin:useuniqueptr in SwUndoDrawDelete
Change-Id: I7d7e89a9ffa67141e459772791caae2937458b8f
Reviewed-on: https://gerrit.libreoffice.org/57425
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2018-07-16 13:35:47 +02:00
Noel Grandin
c2b0e016e2 loplugin:mergeclasses merge ResourceManager into SlideSorterModule
Change-Id: If78dc81e41180e7449b389e36223ee78d6ac91ec
Reviewed-on: https://gerrit.libreoffice.org/57486
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2018-07-16 13:35:37 +02:00
Noel Grandin
72fecbbc81 loplugin:mergeclasses merge BPixelRaster into BZPixelRaster
Change-Id: Ib6f7bfd2392daa5512d5fa68b69428ae9c8876f9
Reviewed-on: https://gerrit.libreoffice.org/57488
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2018-07-16 13:35:30 +02:00
Caolán McNamara
3da20d39e2 forcepoint#50 refetch FirstNonHeadlineRow
Invalid read of size 8
   at 0x43D42DE6: SwFrame::GetUpper() const (frame.hxx:664)
   by 0x44427435: SwRowFrame::ShouldRowKeepWithNext() const (tabfrm.cxx:4618)
   by 0x4441FA5C: SwTabFrame::MakeAll(OutputDevice*) (tabfrm.cxx:2403)
   by 0x4433492F: SwFrame::PrepareMake(OutputDevice*) (calcmove.cxx:343)
   by 0x44431B6F: SwFrame::Calc(OutputDevice*) const (trvlfrm.cxx:1799)
   by 0x44334430: SwFrame::PrepareMake(OutputDevice*) (calcmove.cxx:246)
   by 0x44431B6F: SwFrame::Calc(OutputDevice*) const (trvlfrm.cxx:1799)
   by 0x44334430: SwFrame::PrepareMake(OutputDevice*) (calcmove.cxx:246)
   by 0x44431B6F: SwFrame::Calc(OutputDevice*) const (trvlfrm.cxx:1799)
   by 0x44334A67: SwFrame::OptPrepareMake() (calcmove.cxx:354)
   by 0x443982CE: SwFrame::OptCalc() const (frame.hxx:1051)
   by 0x44395F18: SwLayAction::FormatContent_(SwContentFrame const*, SwPageFrame const*) (layact.cxx:1794)
 Address 0x352771b0 is 144 bytes inside a block of size 280 free'd
   at 0x4C2EDAC: free (vg_replace_malloc.c:530)
   by 0x4E5B9D7: rtl_freeMemory_SYSTEM(void*) (alloc_global.cxx:237)
   by 0x4E5BC93: rtl_freeMemory (alloc_global.cxx:303)
   by 0x4E5A7A2: rtl_cache_free (alloc_cache.cxx:1081)
   by 0xF28B5B9: FixedMemPool::Free(void*) (mempool.cxx:49)
   by 0x442FF36D: SwRowFrame::operator delete(void*, unsigned long) (rowfrm.hxx:123)
   by 0x444243E8: SwRowFrame::~SwRowFrame() (tabfrm.cxx:3702)
   by 0x4441630C: SwFrame::DestroyFrame(SwFrame*) (ssfrm.cxx:384)
   by 0x4441AC31: SwTabFrame::RemoveFollowFlowLine() (tabfrm.cxx:900)
   by 0x4441D7EB: SwTabFrame::MakeAll(OutputDevice*) (tabfrm.cxx:1836)
   by 0x4433492F: SwFrame::PrepareMake(OutputDevice*) (calcmove.cxx:343)
   by 0x44431B6F: SwFrame::Calc(OutputDevice*) const (trvlfrm.cxx:1799)

Change-Id: I36fe0df0ef96b4019e0ca5756b06df72e9f0d8cb
Reviewed-on: https://gerrit.libreoffice.org/57480
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-07-16 13:06:05 +02:00
Gabor Kelemen
dfaa7d4d28 Add missing sal/log.hxx headers
rtl/string.hxx and rtl/ustring.hxx both unnecessarily #include <sal/log.hxx> (and don't make use of it themselves), but many other files happen to depend on it.
This is a continuation of commit 6ff2d84ade to be able to remove those unneeded includes.

This commit adds missing headers to every file found by:
grep -FwL sal/log.hxx $(git grep -Elw 'SAL_INFO|SAL_INFO_IF|SAL_WARN|SAL_WARN_IF|SAL_DETAIL_LOG_STREAM|SAL_WHERE|SAL_STREAM|SAL_DEBUG')
to directories from connectivity to cui

Change-Id: I9903c10d0a04bbeb93d0f776d1d252b152459499
Reviewed-on: https://gerrit.libreoffice.org/57408
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2018-07-16 12:24:49 +02:00
Miklos Vajna
a605762c57 sw: prefix members of SwDateTimeField and SwFormatDrop
Change-Id: I8824da58ccbbe3cd377e8f258941676598145062
Reviewed-on: https://gerrit.libreoffice.org/57477
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins
2018-07-16 12:15:24 +02:00
Mark Hung
f07912624b oox: refactor CommonBehaviorContext to inherit from FragmentHandler2.
Although it's convenient to inherit from TimeNodeContext, but only
mpNode is used so it's really not necessary.

Change-Id: I922774df4c420ee9982f1c31e720f4fd85991e02
Reviewed-on: https://gerrit.libreoffice.org/57395
Tested-by: Jenkins
Reviewed-by: Mark Hung <marklh9@gmail.com>
2018-07-16 11:56:04 +02:00
Mark Hung
df3168e84d oox: enum MS_AttributeNames -> enum class AnimationAttributeEnum
It's the attribute enum for the target animation. Remove
MS_ prefix since it is in oox::ppt namespace and prepend
Animation to make the purpose more clear.

Change-Id: I0b6bbaf30ae4e2cf1cb0f6d5d24ba9f31e0b0773
Reviewed-on: https://gerrit.libreoffice.org/57353
Tested-by: Jenkins
Reviewed-by: Mark Hung <marklh9@gmail.com>
2018-07-16 11:55:32 +02:00
Jochen Nitschke
311131fca0 cppcheck: useInitializationList in vcl
reorder members of GIFLZWDecompressor to ease initialization.
use rtl_allocateZeroMemory in ImplVectMap to avoid memset in ctor.

Change-Id: Icfcfe73ec7e52988036995d8dbc604361aee893b
Reviewed-on: https://gerrit.libreoffice.org/57481
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Jenkins
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
2018-07-16 11:22:30 +02:00
Noel Grandin
d416825055 coverity#1437962 and 1437961 and 1437955 and 1437951 resource leak
regression from

    commit 0fb5ca6cc9
    tdf#79877 perf loading docx file, writerfilter/ improvements

Change-Id: I76792bd635eacc60647a097e070ce7b963fd122f
Reviewed-on: https://gerrit.libreoffice.org/57478
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2018-07-16 10:43:16 +02:00
Caolán McNamara
a3b960feb8 coverity#1437959 Copy into fixed size buffer
Change-Id: I5578e195c834b2a3ceacd5c528f58d1d03502c2e
Reviewed-on: https://gerrit.libreoffice.org/57461
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-07-16 09:44:32 +02:00
Noel Grandin
623de48373 loplugin:useuniqueptr in SwUndoSort
Change-Id: I9e524c9c653fd4b1f61e407eee12ca3a7fdc14df
Reviewed-on: https://gerrit.libreoffice.org/57420
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2018-07-16 09:40:33 +02:00
Noel Grandin
03a651d48e return BaseProcessor2D by std::unique_ptr
Change-Id: Ibad6e989d2d7ba779e7557e41552d06c076f657b
Reviewed-on: https://gerrit.libreoffice.org/57448
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2018-07-16 08:39:20 +02:00
Noel Grandin
99876774fb SvPersistBase no longer necessary
Change-Id: I928c0898d77d30bd6ca755d07acac6f78b20563b
Reviewed-on: https://gerrit.libreoffice.org/57436
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2018-07-16 08:39:11 +02:00
Noel Grandin
9df9e5b0a9 loplugin:useuniqueptr in SwHistory
Change-Id: Ie36cdf1e7b3d09ae27cb2a5b51f8a644693fe2b3
Reviewed-on: https://gerrit.libreoffice.org/57424
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2018-07-16 08:38:58 +02:00
Noel Grandin
8bcea1698c loplugin:useuniqueptr in SwSdrUndo
Change-Id: I67276f2cd13cce8a7cb047216ead40c5afc384bd
Reviewed-on: https://gerrit.libreoffice.org/57423
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2018-07-16 08:38:49 +02:00
Noel Grandin
e7a252166e loplugin:useuniqueptr in UndoTransliterate_Data
Change-Id: I1c6e865a6f59ce7f31c42d28b2b463a577b3cc28
Reviewed-on: https://gerrit.libreoffice.org/57421
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2018-07-16 08:38:38 +02:00
Noel Grandin
43c085f95d loplugin:useuniqueptr in SwUndoInserts
Change-Id: I678798048b5ff5fc917fd2c37180d977a2a1d606
Reviewed-on: https://gerrit.libreoffice.org/57419
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2018-07-16 08:38:16 +02:00
Noel Grandin
fc6c9de5e8 loplugin:useuniqueptr in SwUndoCompDoc
Change-Id: I3a74f017b2b82476034f1c92a509c1d5bb20de35
Reviewed-on: https://gerrit.libreoffice.org/57418
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2018-07-16 08:37:56 +02:00
Noel Grandin
59ef51a031 loplugin:useuniqueptr in SwUndoRedline
Change-Id: I158cfb0774b5991197816725aef7c74b7e1f00da
Reviewed-on: https://gerrit.libreoffice.org/57417
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2018-07-16 08:37:43 +02:00
Noel Grandin
ff186d94f3 loplugin:useuniqueptr in SwUndoInsNum
Change-Id: I1bdf4b0ac9ccbb6fb618f7c44a15caf01bd321b4
Reviewed-on: https://gerrit.libreoffice.org/57416
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2018-07-16 08:37:34 +02:00
Jens Carl
de6b0c6edc Remove obsolete (cargo-cult copied) dependencies
Change-Id: I3486391ff2c3826a4c10892e756428cca400f991
Reviewed-on: https://gerrit.libreoffice.org/57446
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
2018-07-16 05:23:21 +02:00
Markus Mohrhard
952cbfd2de related tdf#113646, keep cjk, ctl font items in sync
If the default style and default pool items are no longer in sync,
our script detection assumes that any style without an explicitly
set font has script type CTL or CJK.

Use the same selection idea for both cases and at the same time
use the *_SPREADSHEET font items for the default pool items.

Change-Id: I6a5bb14a3fabab11627ad52b9e79554fdcedac89
Reviewed-on: https://gerrit.libreoffice.org/57470
Tested-by: Jenkins
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2018-07-16 02:57:51 +02:00
Markus Mohrhard
d61228c84c pretty-print the calc default styles
Change-Id: I8245fc1d1b3d045ec0431ddb04d890cc59c87825
Reviewed-on: https://gerrit.libreoffice.org/57469
Tested-by: Jenkins
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2018-07-16 02:09:43 +02:00
Thorsten Behrens
2326220519 Fix Win32 warning C4702: unreachable code
..by disabling the warning for the moment. This happens on x86 builds
with VS2017, but only with OSL_DEBUG_LEVEL=0, e.g. at:

 cppuhelper/source/servicemanager.cxx(1311) : error C2220: warning treated as error - no ´object´ file generated
 cppuhelper/source/servicemanager.cxx(1311) : warning C4702: unreachable code
 cppuhelper/source/servicemanager.cxx(1373) : warning C4702: unreachable code

Change-Id: I91943350d7f6f5acfedb3b2bb14e5d835e4494ed
Reviewed-on: https://gerrit.libreoffice.org/57472
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2018-07-16 01:46:13 +02:00
Olivier Hallot
be138f674c Update git submodules
* Update helpcontent2 from branch 'master'
  - tdf#115254 Some branch bookmarks are not working 4
    
    sfx2 module dialogs
    
    Change-Id: Id7f799c0939c63695c29d0b6352e88c005386d3f
    Reviewed-on: https://gerrit.libreoffice.org/57468
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-07-16 00:39:00 +02:00
Markus Mohrhard
0f0466c649 related tdf#117816, the dxf ID is a global and not a sheet property
Change-Id: I4c5ca66ce550de74d8b9396aa0213c558b7f884f
Reviewed-on: https://gerrit.libreoffice.org/57445
Tested-by: Jenkins
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2018-07-15 23:58:19 +02:00
Markus Mohrhard
16048ebc23 related tdf#117816, only export cond format formula to xlsx when required
Change-Id: I7523d17e9945dfbdf0c346fff8eddd40593f946a
Reviewed-on: https://gerrit.libreoffice.org/57444
Tested-by: Jenkins
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2018-07-15 23:05:26 +02:00
Markus Mohrhard
6df45ae3a8 related tdf#117816, add more work arounds for MS Excel bugs
Another set of cases where MS Excel needs the formula.

Change-Id: I58344a540ad69ff9b8c56aa817730079bd011acd
Reviewed-on: https://gerrit.libreoffice.org/57443
Tested-by: Jenkins
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2018-07-15 23:05:15 +02:00
Olivier Hallot
729ea6464f Update git submodules
* Update helpcontent2 from branch 'master'
  - tdf#115254 Some branch bookmarks are not working 3
    
    dialogs from chart2
    
    Change-Id: I97e08c5b8ca2200f143073abadb355da99b38b9a
    Reviewed-on: https://gerrit.libreoffice.org/57450
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-07-15 22:21:28 +02:00
Caolán McNamara
87884c53bf coverity#1437956 Dereference after null check
Change-Id: Idcfb63beb094a000c70f594542757ad2e4a577fc
Reviewed-on: https://gerrit.libreoffice.org/57459
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-07-15 22:10:47 +02:00
Caolán McNamara
b294def238 coverity#1437960 Resource leak in object
Change-Id: Icee05e1ef1fef213de293971beb9e17753c8eb3b
Reviewed-on: https://gerrit.libreoffice.org/57458
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-07-15 22:10:10 +02:00
Caolán McNamara
5062ffbfca coverity#1437954 Dereference null return value
turn DBG_ASSERT into a real assert

since...

commit 904c97bbdf
Date:   Mon Jul 2 17:23:59 2018 +0200

    move SvTreeList::*Sibling to SvTreeListEntry

    since they don't depend on SvTreeList at all

Change-Id: Ib230ff2fc9ab1f68c6686c125dbf4213e77bea84
Reviewed-on: https://gerrit.libreoffice.org/57457
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-07-15 22:09:24 +02:00
Caolán McNamara
c7911e7d6a coverity#1437953 Unchecked dynamic_cast
Change-Id: I7f9e000cb47206444c4bda0896f56d220d86f04b
Reviewed-on: https://gerrit.libreoffice.org/57456
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-07-15 22:09:09 +02:00
Caolán McNamara
0f84be3e0d coverity#1437957 Unchecked dynamic_cast
Change-Id: I1c1d699e585da5d758671422f8e438e5ac8b5b03
Reviewed-on: https://gerrit.libreoffice.org/57455
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-07-15 22:08:57 +02:00
Caolán McNamara
ac52f29687 coverity#1437958 Uninitialized pointer field
Change-Id: I569c4367cc968f968c0f864bb3e231a7417d7560
Reviewed-on: https://gerrit.libreoffice.org/57454
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-07-15 22:08:45 +02:00
Jochen Nitschke
6fab990bff remove SvxFrameDirectionItem::operator== override
base class SfxEnumItem has the same operator

Change-Id: I57bd4878f34eb17ee16553bb3f6aa2b15af533d9
Reviewed-on: https://gerrit.libreoffice.org/57452
Tested-by: Jenkins
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
2018-07-15 19:22:09 +02:00
Jochen Nitschke
936ae2b216 cppcheck: useInitializationList in writerfilter
Change-Id: I4bbd2b4d3a4bba23936bd25a02cff011448e66f9
Reviewed-on: https://gerrit.libreoffice.org/57453
Tested-by: Jenkins
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
2018-07-15 19:21:57 +02:00
andreas kainz
ccec2722aa Icon theme bug: add sc icons for some page layout icons
this icons are needed in writer tabbed NB

Change-Id: Id71ff2d125923af9b9f13d1f8c2d34aa30be60f6
Reviewed-on: https://gerrit.libreoffice.org/57382
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2018-07-15 15:24:53 +02:00
Armin Le Grand
3debc8c6ed tdf#118377 Do not use disposed OutputDevice
Change-Id: I7e085f69ce18e8e3c47fde690a939948454d4d15
Reviewed-on: https://gerrit.libreoffice.org/57319
Tested-by: Jenkins
Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>
2018-07-15 14:10:13 +02:00
Ximeng Zu
7c2d92ab63 Developer Mode
Added an settings option to enable Developer
Mode, in which you can send UNO commands
from the Viewer. You can also add properties
to the command.

Change-Id: I76cbb55771cdd5cea89da65ddf67e48e12745b41
Reviewed-on: https://gerrit.libreoffice.org/37045
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2018-07-15 12:47:11 +02:00
Arnaud Versini
43d8bf8bee accessibility : move ensureIsAlive outside of implGetText and implGetLocale
Change-Id: Ib52a19045cde1b6d9d3f3b5d76c5c59d162a3fa6
Reviewed-on: https://gerrit.libreoffice.org/57153
Tested-by: Jenkins
Reviewed-by: Arnaud Versini <arnaud.versini@libreoffice.org>
2018-07-15 09:44:25 +02:00
Jochen Nitschke
d7ab10b62e use array version of unique_ptr
fixes commit 592eb9217a
     loplugin:useuniqueptr in XclExpChTrTabId

Change-Id: I03c4f12f0e821ca599db00d7eb2f44749e3c9e95
Reviewed-on: https://gerrit.libreoffice.org/57430
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Jenkins
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
2018-07-15 09:25:37 +02:00
Markus Mohrhard
7e8dbbb02f add test for tdf#117816
Change-Id: I470b4137a3b4e23acf0f4e949a7a834fed8069db
Reviewed-on: https://gerrit.libreoffice.org/57433
Tested-by: Jenkins
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2018-07-15 00:36:25 +02:00
Markus Mohrhard
e77596be87 tdf#117816, work around MS Excel bug with containsText cond format
Excel seems to require the formula that is equal to the containsText
condition.

According to cfRule (18.3.1.10) "Only rules with a type attribute
 value of expression support formula syntax." which contradicts the
MS EXCEL behavior.

Change-Id: Ifa3f9fee58194f70a64b37c62922513435d43bb8
Reviewed-on: https://gerrit.libreoffice.org/57432
Tested-by: Jenkins
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2018-07-15 00:36:18 +02:00
Caolán McNamara
d11313f341 ofz#9116 Integer-overflow
Change-Id: I8715eaee5e71341beef1c146f5eca09581f87879
Reviewed-on: https://gerrit.libreoffice.org/57437
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-07-14 22:18:05 +02:00
Caolán McNamara
3cf8c9df5d ofz#9403 null deref
Change-Id: I6efa4be9f4feb4f92f96f7030f933e4a0c406b1e
Reviewed-on: https://gerrit.libreoffice.org/57435
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-07-14 22:17:55 +02:00
Eike Rathke
095d749fca Remove the check for IsRecalcModeMustAfterImport(), tdf#94925 follow-up
It's now superfluous as we set those cells dirty and broadcast in
ScDocumentImport::broadcastRecalcAfterImport()

Change-Id: Ia9dd4ad16c20b23ee8a1d46b69a4702b1ad4c81f
Reviewed-on: https://gerrit.libreoffice.org/57439
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
2018-07-14 21:57:35 +02:00