diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-05-14 18:22:10 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-05-15 15:35:04 +0200 |
commit | b6c390ac073a117ca955f30a42f65c87eae313e9 (patch) | |
tree | 0185bdb672923a4ca0cdf88e2c92e9a6889d7224 /sc | |
parent | 2c3f58eff2bac36e39d81c1f8facce5ed6a1ffd2 (diff) |
Fix typos
Change-Id: If4b3d3e0f5f57ffe646cae032a2968e0e7dbe1aa
Reviewed-on: https://gerrit.libreoffice.org/37605
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/qa/unit/helper/qahelper.cxx | 2 | ||||
-rw-r--r-- | sc/source/core/tool/interpr2.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
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 ??? |