[Libreoffice-commits] core.git: sc/qa sc/source

Andrea Gelmini andrea.gelmini at gelma.net
Mon May 15 13:36:07 UTC 2017


 sc/qa/unit/helper/qahelper.cxx   |    2 +-
 sc/source/core/tool/interpr2.cxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit b6c390ac073a117ca955f30a42f65c87eae313e9
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Sun May 14 18:22:10 2017 +0200

    Fix typos
    
    Change-Id: If4b3d3e0f5f57ffe646cae032a2968e0e7dbe1aa
    Reviewed-on: https://gerrit.libreoffice.org/37605
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Eike Rathke <erack at redhat.com>

diff --git a/sc/qa/unit/helper/qahelper.cxx b/sc/qa/unit/helper/qahelper.cxx
index 5f37dd9ed0fa..7412e39e1188 100644
--- a/sc/qa/unit/helper/qahelper.cxx
+++ b/sc/qa/unit/helper/qahelper.cxx
@@ -83,7 +83,7 @@ const FileFormat ScBootstrapFixture::aFileFormats[] = {
     { "xml", "MS Excel 2003 XML", "calc_MS_Excel_2003_XML", XLS_XML_FORMAT_TYPE },
     { "xlsb", "Calc MS Excel 2007 Binary", "MS Excel 2007 Binary", XLSB_XML_FORMAT_TYPE },
     { "fods", "OpenDocument Spreadsheet Flat XML", "calc_ODS_FlatXML", FODS_FORMAT_TYPE },
-    { "gnumeric", "Gnumeric Spreadsheet", "Gnumerix XML", GNUMERIC_FORMAT_TYPE }
+    { "gnumeric", "Gnumeric Spreadsheet", "Gnumeric XML", GNUMERIC_FORMAT_TYPE }
 };
 
 bool testEqualsWithTolerance( long nVal1, long nVal2, long nTol )
diff --git a/sc/source/core/tool/interpr2.cxx b/sc/source/core/tool/interpr2.cxx
index 86ee46cf9ab3..3e61c081e24b 100644
--- a/sc/source/core/tool/interpr2.cxx
+++ b/sc/source/core/tool/interpr2.cxx
@@ -2782,7 +2782,7 @@ void ScInterpreter::ScDde()
             {
                 SfxBindings* pBindings = pDok->GetViewBindings();
                 if (pBindings)
-                    pBindings->Invalidate( SID_LINKS );             // Link-Manager enablen
+                    pBindings->Invalidate( SID_LINKS );             // Link-Manager enabled
             }
 
                                     //TODO: evaluate asynchron ???


More information about the Libreoffice-commits mailing list