sc/source/filter/excel/xestyle.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 454a3c945fdc02d706b0a5ad49ca13e0443fa8e5
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Sun May 3 16:43:06 2020 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Sun May 3 20:07:48 2020 +0200

    Resolves: tdf#130108 ensure we don't reuse the last SetSearchMask setting
    
    Change-Id: Iddc4438b8bd30576be4531d47b6be0ac70847a9c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93350
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

diff --git a/sc/source/filter/excel/xestyle.cxx 
b/sc/source/filter/excel/xestyle.cxx
index 5a6ed1d1ed7f..401a49ef8969 100644
--- a/sc/source/filter/excel/xestyle.cxx
+++ b/sc/source/filter/excel/xestyle.cxx
@@ -3044,7 +3044,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;
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to