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

New commits:
commit b728086a822d52fc5f2efbc855ae632e4147fb69
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Sun May 3 16:43:06 2020 +0100
Commit:     Aron Budea <aron.bu...@collabora.com>
CommitDate: Tue Sep 1 19:51:27 2020 +0200

    Resolves: tdf#130108 ensure we don't reuse the last SetSearchMask setting
    
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93366
    Tested-by: Jenkins
    Reviewed-by: Michael Stahl <michael.st...@cib.de>
    (cherry picked from commit c8a4fa577e5daec6520a810b4df753a67d9dd5a8)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93372
    Reviewed-by: Xisco Faulí <xiscofa...@libreoffice.org>
    Reviewed-by: Thorsten Behrens <thorsten.behr...@cib.de>
    Reviewed-by: Caolán McNamara <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@redhat.com>
    (cherry picked from commit 636e1dff386d130e46ab39417d0d447241f33dde)
    
    Change-Id: Iddc4438b8bd30576be4531d47b6be0ac70847a9c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101884
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Aron Budea <aron.bu...@collabora.com>

diff --git a/sc/source/filter/excel/xestyle.cxx 
b/sc/source/filter/excel/xestyle.cxx
index a9f31e0ac953..c3be0d7830cc 100644
--- a/sc/source/filter/excel/xestyle.cxx
+++ b/sc/source/filter/excel/xestyle.cxx
@@ -3035,7 +3035,7 @@ XclExpDxfs::XclExpDxfs( const XclExpRoot& rRoot )
                     {
                         maStyleNameToDxfId.insert(std::pair<OUString, 
sal_Int32>(aStyleName, nIndex));
 
-                        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