diff options
author | Pedro Giffuni <pfg@apache.org> | 2014-04-29 19:05:05 +0000 |
---|---|---|
committer | Pedro Giffuni <pfg@apache.org> | 2014-04-29 19:05:05 +0000 |
commit | a6efc99d19d533fcf53106b6667bafba4d364370 (patch) | |
tree | ef4148e08d491e7e2077c8c5f4c2b93170ad56a5 /extensions/source/logging | |
parent | 86642be54bf5914da333a4e0784ad939f63d83bc (diff) |
Many spelling fixes: directories a* - g*.
Attempt to clean up most but certainly not all the spelling
mistakes that found home in OpenOffice through decades. We
could probably blame the international nature of the code but
it is somewhat shameful that this wasn't done before.
Notes
Notes:
merged as: 0a1d822372927e3252f40b7a16590716ccc2eedd
Diffstat (limited to 'extensions/source/logging')
-rw-r--r-- | extensions/source/logging/loghandler.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/logging/loghandler.hxx b/extensions/source/logging/loghandler.hxx index 1d383eb13f9b..ca96a8fdc109 100644 --- a/extensions/source/logging/loghandler.hxx +++ b/extensions/source/logging/loghandler.hxx @@ -118,13 +118,13 @@ namespace logging /** retrieves our formatter's heading, encoded with our encoding - @return <TRUE/> in case of success, <FALSE/> if any error occured + @return <TRUE/> in case of success, <FALSE/> if any error occurred */ bool getEncodedHead( ::rtl::OString& _out_rHead ) const; /** retrieves our formatter's tail, encoded with our encoding - @return <TRUE/> in case of success, <FALSE/> if any error occured + @return <TRUE/> in case of success, <FALSE/> if any error occurred */ bool getEncodedTail( ::rtl::OString& _out_rTail ) const; |