summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-04-15 05:34:02 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-04-15 05:34:02 +0200
commit70e4329d0479305f16158a63878f335ee9232a5e (patch)
treede3e471ad7764d08daf0fdd1df88f3b184de12d6 /sd
parentc32b6be06bf5453d82d9aad64aed5f384c9d1d1f (diff)
fdo#60724 successfull -> successful
Change-Id: I287bef5b7f2baf5aaaab47141267ae2cadfe2451
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/framework/configuration/ConfigurationUpdater.hxx2
-rw-r--r--sd/source/ui/inc/ViewShell.hxx2
-rw-r--r--sd/source/ui/slidesorter/controller/SlsListener.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/framework/configuration/ConfigurationUpdater.hxx b/sd/source/ui/framework/configuration/ConfigurationUpdater.hxx
index 5149b23544d2..2dc49f6621b6 100644
--- a/sd/source/ui/framework/configuration/ConfigurationUpdater.hxx
+++ b/sd/source/ui/framework/configuration/ConfigurationUpdater.hxx
@@ -38,7 +38,7 @@ class ConfigurationUpdaterLock;
configuration. An update is made by activating or deactivating drawing
framework resources.
- When an update is not successfull, i.e. after the update the current
+ When an update is not successful, i.e. after the update the current
configuration is not equivalent to the requested configuration, then a
timer is started to repeat the update after a short time.
*/
diff --git a/sd/source/ui/inc/ViewShell.hxx b/sd/source/ui/inc/ViewShell.hxx
index 62395018fdde..125229bcb9f2 100644
--- a/sd/source/ui/inc/ViewShell.hxx
+++ b/sd/source/ui/inc/ViewShell.hxx
@@ -412,7 +412,7 @@ public:
/** Set the given window as new parent window. This is not possible for
all views, so the return value tells the caller if the relocation
- was successfull.
+ was successful.
*/
virtual bool RelocateToParentWindow (::Window* pParentWindow);
diff --git a/sd/source/ui/slidesorter/controller/SlsListener.hxx b/sd/source/ui/slidesorter/controller/SlsListener.hxx
index ad58c5fc93b5..26c6a800ff7a 100644
--- a/sd/source/ui/slidesorter/controller/SlsListener.hxx
+++ b/sd/source/ui/slidesorter/controller/SlsListener.hxx
@@ -78,7 +78,7 @@ public:
/** Connect to the current controller of the view shell as listener.
This method is called once during initialization and every time a
FrameActionEvent signals the current controller being exchanged.
- When the connection is successfull then the flag
+ When the connection is successful then the flag
mbListeningToController is set to <TRUE/>.
*/
void ConnectToController (void);