Kaydet (Commit) 708dbf3a authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Jens Carl

Fix typos

Change-Id: I6a42d683e2d4d2d8887822dc17ab2fd7f51982a5
Reviewed-on: https://gerrit.libreoffice.org/56210
Tested-by: Jenkins
Reviewed-by: 's avatarJens Carl <j.carl43@gmx.de>
üst eb678c01
...@@ -16,7 +16,7 @@ import pathlib ...@@ -16,7 +16,7 @@ import pathlib
def get_url_for_data_file(file_name): def get_url_for_data_file(file_name):
return pathlib.Path(org.libreoffice.unotest.makeCopyFromTDOC(file_name)).as_uri() return pathlib.Path(org.libreoffice.unotest.makeCopyFromTDOC(file_name)).as_uri()
#Bug 43693 - Goal Seek: reproducable crash using "target value search" #Bug 43693 - Goal Seek: reproducible crash using "target value search"
class tdf43693(UITestCase): class tdf43693(UITestCase):
def test_tdf43693_goalSeek(self): def test_tdf43693_goalSeek(self):
......
...@@ -275,7 +275,7 @@ inline bool isValue( formula::StackVar sv ) ...@@ -275,7 +275,7 @@ inline bool isValue( formula::StackVar sv )
{ {
return sv == formula::svDouble || sv == formula::svError return sv == formula::svDouble || sv == formula::svError
|| sv == formula::svEmptyCell || sv == formula::svEmptyCell
// The initial unitialized result value is double 0.0, even if the type // The initial uninitialized result value is double 0.0, even if the type
// is unknown, so the interpreter asking for it gets that double // is unknown, so the interpreter asking for it gets that double
// instead of having to convert a string which may result in #VALUE! // instead of having to convert a string which may result in #VALUE!
// (otherwise the unknown would be neither error nor double nor string) // (otherwise the unknown would be neither error nor double nor string)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment