[Libreoffice-commits] core.git: Branch 'libreoffice-6-1' - xmlscript/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Oct 19 15:09:10 UTC 2018


 xmlscript/source/xmldlg_imexp/xmldlg_export.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3ec5fb847364ca65322079fdc1026ed95a0a8933
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Fri Oct 19 10:21:30 2018 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Fri Oct 19 17:08:11 2018 +0200

    copy and paste error
    
    Change-Id: I73a617137bf0b3b567181ff817069944076eab0e
    Reviewed-on: https://gerrit.libreoffice.org/62022
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/xmlscript/source/xmldlg_imexp/xmldlg_export.cxx b/xmlscript/source/xmldlg_imexp/xmldlg_export.cxx
index ae6340cd9848..f5705703a278 100644
--- a/xmlscript/source/xmldlg_imexp/xmldlg_export.cxx
+++ b/xmlscript/source/xmldlg_imexp/xmldlg_export.cxx
@@ -1248,7 +1248,7 @@ inline bool equalFont( Style const & style1, Style const & style2 )
         f1.StyleName == f2.StyleName &&
         f1.Family == f2.Family &&
         f1.CharSet == f2.CharSet &&
-        f1.Pitch == f2.CharSet &&
+        f1.Pitch == f2.Pitch &&
         f1.CharacterWidth == f2.CharacterWidth &&
         f1.Weight == f2.Weight &&
         f1.Slant == f2.Slant &&


More information about the Libreoffice-commits mailing list