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>
This commit is contained in:
committed by
Eike Rathke
parent
2c3f58eff2
commit
b6c390ac07
@@ -83,7 +83,7 @@ const FileFormat ScBootstrapFixture::aFileFormats[] = {
|
|||||||
{ "xml", "MS Excel 2003 XML", "calc_MS_Excel_2003_XML", XLS_XML_FORMAT_TYPE },
|
{ "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 },
|
{ "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 },
|
{ "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 )
|
bool testEqualsWithTolerance( long nVal1, long nVal2, long nTol )
|
||||||
|
@@ -2782,7 +2782,7 @@ void ScInterpreter::ScDde()
|
|||||||
{
|
{
|
||||||
SfxBindings* pBindings = pDok->GetViewBindings();
|
SfxBindings* pBindings = pDok->GetViewBindings();
|
||||||
if (pBindings)
|
if (pBindings)
|
||||||
pBindings->Invalidate( SID_LINKS ); // Link-Manager enablen
|
pBindings->Invalidate( SID_LINKS ); // Link-Manager enabled
|
||||||
}
|
}
|
||||||
|
|
||||||
//TODO: evaluate asynchron ???
|
//TODO: evaluate asynchron ???
|
||||||
|
Reference in New Issue
Block a user