diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-10 10:37:19 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:34 +0200 |
commit | 79b7f642089f9aa8633b1e15d12cb56c10813c96 (patch) | |
tree | 6182a5d249dbf6c382594e03265b75bb79b51395 /sd | |
parent | 6cde7647c94b896eafbb9d79e2e7c4f0a86a465c (diff) |
typo: whent he -> when the
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/framework/configuration/ChangeRequestQueueProcessor.hxx | 2 | ||||
-rw-r--r-- | sd/source/ui/slidesorter/inc/controller/SlsScrollBarManager.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/framework/configuration/ChangeRequestQueueProcessor.hxx b/sd/source/ui/framework/configuration/ChangeRequestQueueProcessor.hxx index aad514e51bc1..f473dae1307a 100644 --- a/sd/source/ui/framework/configuration/ChangeRequestQueueProcessor.hxx +++ b/sd/source/ui/framework/configuration/ChangeRequestQueueProcessor.hxx @@ -100,7 +100,7 @@ private: ChangeRequestQueue maQueue; /** The id returned by the last PostUserEvent() call. This id is stored - so that a pending user event can be removed whent he queue processor + so that a pending user event can be removed when the queue processor is destroyed. */ sal_uIntPtr mnUserEventId; diff --git a/sd/source/ui/slidesorter/inc/controller/SlsScrollBarManager.hxx b/sd/source/ui/slidesorter/inc/controller/SlsScrollBarManager.hxx index 52b230d213a8..cfc9c0eb30be 100644 --- a/sd/source/ui/slidesorter/inc/controller/SlsScrollBarManager.hxx +++ b/sd/source/ui/slidesorter/inc/controller/SlsScrollBarManager.hxx @@ -80,7 +80,7 @@ public: */ void Connect (void); - /** Remove listeners from the scroll bars. This method is called whent + /** Remove listeners from the scroll bars. This method is called when the slide sorter is destroyed or when it is suspended, e.g. put into a cache for later reuse. */ |