| commit | 636e1dff386d130e46ab39417d0d447241f33dde | [log] |
|---|---|---|
| author | Caolán McNamara <caolanm@redhat.com> | Sun May 03 16:43:06 2020 +0100 |
| committer | Caolán McNamara <caolanm@redhat.com> | Tue May 12 17:09:19 2020 +0200 |
| tree | 1c9a2dc704e96772ca5756ad7d3bf8ab316e0c27 | |
| parent | 8a11c49299af5a8b5eda68ad535c0d45702e0919 [diff] |
Resolves: tdf#130108 ensure we don't reuse the last SetSearchMask setting Change-Id: Iddc4438b8bd30576be4531d47b6be0ac70847a9c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93366 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@cib.de> (cherry picked from commit c8a4fa577e5daec6520a810b4df753a67d9dd5a8) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93372 Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
diff --git a/sc/source/filter/excel/xestyle.cxx b/sc/source/filter/excel/xestyle.cxx index 7b6a3b5a..32078b7 100644 --- a/sc/source/filter/excel/xestyle.cxx +++ b/sc/source/filter/excel/xestyle.cxx
@@ -3031,7 +3031,7 @@ XclExpDxfs::XclExpDxfs( const XclExpRoot& rRoot ) if (maStyleNameToDxfId.emplace(aStyleName, nIndex).second) { SfxStyleSheetBase* pStyle = rRoot.GetDoc().GetStyleSheetPool()->Find(aStyleName); SfxStyleSheetBase* pStyle = rRoot.GetDoc().GetStyleSheetPool()->Find(aStyleName, SfxStyleFamily::Para); if(!pStyle) continue;