summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/unoidl/DrawController.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-07-02 18:24:20 +0200
committerSamuel Mehrbrodt <s.mehrbrodt@gmail.com>2015-07-04 10:22:11 +0000
commit3dfdd18707019c49723ad98e74f5202a3ae436f7 (patch)
treef43c956f39aae0173cbbc6a307ae63189012ca06 /sd/source/ui/unoidl/DrawController.cxx
parentFix typos (diff)
downloadcore-3dfdd18707019c49723ad98e74f5202a3ae436f7.tar.gz
core-3dfdd18707019c49723ad98e74f5202a3ae436f7.zip
Fix typos
Change-Id: Iddcc22f62ea134ea797292daa02e47042d52d0d1 Reviewed-on: https://gerrit.libreoffice.org/16710 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Diffstat (limited to 'sd/source/ui/unoidl/DrawController.cxx')
-rw-r--r--sd/source/ui/unoidl/DrawController.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/unoidl/DrawController.cxx b/sd/source/ui/unoidl/DrawController.cxx
index 015da1726b02..ffa8dff0e153 100644
--- a/sd/source/ui/unoidl/DrawController.cxx
+++ b/sd/source/ui/unoidl/DrawController.cxx
@@ -206,7 +206,7 @@ sal_Bool SAL_CALL DrawController::suspend( sal_Bool Suspend ) throw (::com::sun:
OUString SAL_CALL DrawController::getImplementationName( ) throw(RuntimeException, std::exception)
{
// Do not throw an excepetion at the moment. This leads to a crash
- // under Solaris on relead. See issue i70929 for details.
+ // under Solaris on reload. See issue i70929 for details.
// ThrowIfDisposed();
return OUString("DrawController") ;
}