Kaydet (Commit) 2031cc0d authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typo

Change-Id: I881b23341ee1fc8d1ff3443e8ab52f51e07c3646
Reviewed-on: https://gerrit.libreoffice.org/71499Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 46d3efff
......@@ -317,7 +317,7 @@ void OTools::ThrowException(const OConnection* _pConnection,
return;
case SQL_NO_DATA_FOUND:
if(_bNoFound)
return; // no need to throw a exception
return; // no need to throw an exception
break;
case SQL_ERROR: break;
......
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