diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-25 00:42:27 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-25 07:07:25 +0200 |
commit | 5ccc8124a03cffca3a1848f754524a06a063cb51 (patch) | |
tree | 3456a0c42c38a1936680a4266fbb76c4d585025f /sd/source | |
parent | ed882d693f37779e3a09641e7cd43b7a925d2312 (diff) |
Fix typos
Change-Id: I59a0fd175fa5185c15d093d2d9bed9f95bb4cfd5
Reviewed-on: https://gerrit.libreoffice.org/76280
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/ui/inc/tools/AsynchronousTask.hxx | 2 | ||||
-rw-r--r-- | sd/source/ui/unoidl/unocpres.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/tools/AsynchronousTask.hxx b/sd/source/ui/inc/tools/AsynchronousTask.hxx index dae3210e57bd..897f2cdecd63 100644 --- a/sd/source/ui/inc/tools/AsynchronousTask.hxx +++ b/sd/source/ui/inc/tools/AsynchronousTask.hxx @@ -23,7 +23,7 @@ namespace sd { namespace tools { /** Interface for the asynchronous execution of a task. This interface - allows an controller to run the task either timer based with a fixed + allows a controller to run the task either timer based with a fixed amount of time between the steps or thread based one step right after the other. */ diff --git a/sd/source/ui/unoidl/unocpres.cxx b/sd/source/ui/unoidl/unocpres.cxx index 49354ae6b097..057b22126872 100644 --- a/sd/source/ui/unoidl/unocpres.cxx +++ b/sd/source/ui/unoidl/unocpres.cxx @@ -315,7 +315,7 @@ void SAL_CALL SdXCustomPresentationAccess::insertByName( const OUString& aName, if( nullptr == pList) throw uno::RuntimeException(); - // do we have an container::XIndexContainer? + // do we have a container::XIndexContainer? SdXCustomPresentation* pXShow = nullptr; uno::Reference< container::XIndexContainer > xContainer; |