diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-05-01 00:26:40 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-05-01 09:46:27 +0000 |
commit | d15163eceb2f97cfc87975acfcb7b0a6e0ea54fe (patch) | |
tree | 89a300b351285fdcab8e5636533a449087167891 /sd | |
parent | 8465e99a27168a2c0a62e84b819e9e133f47ddf8 (diff) |
Fix typos
Change-Id: Ideafa411b53fe4a5f2e6559be10c4cb82b58a256
Reviewed-on: https://gerrit.libreoffice.org/24543
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/unoidl/DrawController.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/unoidl/DrawController.cxx b/sd/source/ui/unoidl/DrawController.cxx index 48bd6aca83e1..42d7c4fb0e31 100644 --- a/sd/source/ui/unoidl/DrawController.cxx +++ b/sd/source/ui/unoidl/DrawController.cxx @@ -205,7 +205,7 @@ sal_Bool SAL_CALL DrawController::suspend( sal_Bool Suspend ) throw (css::uno::R // XServiceInfo OUString SAL_CALL DrawController::getImplementationName( ) throw(RuntimeException, std::exception) { - // Do not throw an excepetion at the moment. This leads to a crash + // Do not throw an exception at the moment. This leads to a crash // under Solaris on reload. See issue i70929 for details. // ThrowIfDisposed(); return OUString("DrawController") ; |