diff options
author | Johnny_M <klasse@partyheld.de> | 2017-09-02 13:06:09 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-09-04 11:04:46 +0200 |
commit | 75a96e22fd162a9410333698f57e4302ae190e66 (patch) | |
tree | 6d4334a286099dc70aa5018c58b4d23d99bda9eb /toolkit/source/controls/unocontrolmodel.cxx | |
parent | 0a05919fa3b8a63d74abb13cc1ee25656cb659f0 (diff) |
Translate German comments/debug strings (leftovers in dirs test to uui)
Translates leftovers found using a custom regex.
Additionally:
- A few spelling fixes
Change-Id: I3772e1b914acc487d80ab14efb815cb178ca3dcb
Reviewed-on: https://gerrit.libreoffice.org/41831
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'toolkit/source/controls/unocontrolmodel.cxx')
-rw-r--r-- | toolkit/source/controls/unocontrolmodel.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/controls/unocontrolmodel.cxx b/toolkit/source/controls/unocontrolmodel.cxx index 7934b320b007..5697e1034d6d 100644 --- a/toolkit/source/controls/unocontrolmodel.cxx +++ b/toolkit/source/controls/unocontrolmodel.cxx @@ -525,7 +525,7 @@ OUString UnoControlModel::getServiceName( ) { ::osl::Guard< ::osl::Mutex > aGuard( GetMutex() ); - OSL_FAIL( "ServiceName von UnoControlModel ?!" ); + OSL_FAIL( "ServiceName of UnoControlModel ?!" ); return OUString(); } |