Kaydet (Commit) 1307212b authored tarafından Damjan Jovanovic's avatar Damjan Jovanovic Kaydeden (comit) Caolán McNamara

Fix some comment typos.

Patch by: me

(cherry picked from commit 7ac035b2)

Change-Id: Ic5fa1abe69fbf5f656e79fcd5e17ea5f84208ae6
üst ab72a07f
...@@ -191,11 +191,11 @@ void OConnection::construct(const OUString& url,const Sequence< PropertyValue >& ...@@ -191,11 +191,11 @@ void OConnection::construct(const OUString& url,const Sequence< PropertyValue >&
} }
else else
{ {
OSL_FAIL("OConnection::construct: ::ucbhelper::Content isn't a folder nor a document! How that?!"); OSL_FAIL("OConnection::construct: ::ucbhelper::Content is neither a folder nor a document! How's that?!");
throw SQLException(); throw SQLException();
} }
} }
catch(Exception& e) // a exception is thrown when no file exists catch(Exception& e) // an exception is thrown when no file exists
{ {
throwUrlNotValid(getURL(),e.Message); throwUrlNotValid(getURL(),e.Message);
} }
......
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