summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-05-03 16:43:06 +0100
committerMichael Stahl <michael.stahl@cib.de>2020-05-04 11:24:59 +0200
commitc8a4fa577e5daec6520a810b4df753a67d9dd5a8 (patch)
tree0c51e6414166925dc9752f46635c994e90dc6c73
parent15eb7d3197e290efd3f2c43973c033dc754416c2 (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>
-rw-r--r--sc/source/filter/excel/xestyle.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/excel/xestyle.cxx b/sc/source/filter/excel/xestyle.cxx
index 7b6a3b5a5665..32078b75d3c1 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;