Kaydet (Commit) 7ac035b2 authored tarafından Damjan Jovanovic's avatar Damjan Jovanovic

Fix some comment typos.

Patch by: me
üst 216c8d4f
...@@ -193,11 +193,11 @@ void OConnection::construct(const ::rtl::OUString& url,const Sequence< PropertyV ...@@ -193,11 +193,11 @@ void OConnection::construct(const ::rtl::OUString& url,const Sequence< PropertyV
} }
else else
{ {
OSL_ENSURE(0,"OConnection::construct: ::ucbhelper::Content isn't a folde nor a document! How that?!"); OSL_ENSURE(0,"OConnection::construct: ::ucbhelper::Content is neither a folder nor a document! How's that?!");
throw SQLException(); throw SQLException();
} }
} }
catch(Exception& e) // a execption 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