summaryrefslogtreecommitdiff
path: root/sd/source
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-04-15 05:32:37 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-04-15 05:32:37 +0200
commitc32b6be06bf5453d82d9aad64aed5f384c9d1d1f (patch)
tree3807c57d8a33588f33a3d5cbed51ccff9bb40791 /sd/source
parent435f5e30c968ffd5761873f8b3f756949545ce72 (diff)
fdo#60724 correct spelling
Change-Id: Ieb653adbd0cb4371ec5db57e70bcc551872f647f
Diffstat (limited to 'sd/source')
-rw-r--r--sd/source/ui/framework/module/ShellStackGuard.hxx2
-rw-r--r--sd/source/ui/inc/PreviewRenderer.hxx2
-rw-r--r--sd/source/ui/inc/fupoor.hxx2
-rw-r--r--sd/source/ui/toolpanel/controls/MasterPageContainer.hxx2
4 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/framework/module/ShellStackGuard.hxx b/sd/source/ui/framework/module/ShellStackGuard.hxx
index 021e62c4fc56..00dd1b33dea0 100644
--- a/sd/source/ui/framework/module/ShellStackGuard.hxx
+++ b/sd/source/ui/framework/module/ShellStackGuard.hxx
@@ -94,7 +94,7 @@ private:
DECL_LINK(TimeoutHandler, Timer*);
/** Return <TRUE/> when the printer is printing. Return <FALSE/> when
- the printer is not printing, or there is no printer, or someting
+ the printer is not printing, or there is no printer, or something
else went wrong.
*/
bool IsPrinting (void) const;
diff --git a/sd/source/ui/inc/PreviewRenderer.hxx b/sd/source/ui/inc/PreviewRenderer.hxx
index 7d83719df9c8..dfd02e45da0a 100644
--- a/sd/source/ui/inc/PreviewRenderer.hxx
+++ b/sd/source/ui/inc/PreviewRenderer.hxx
@@ -41,7 +41,7 @@ class PreviewRenderer
: public SfxListener
{
public:
- /** Create a new preview renderer that takes some of its inital values
+ /** Create a new preview renderer that takes some of its initial values
from the given output device.
@param pTemplate
May be NULL.
diff --git a/sd/source/ui/inc/fupoor.hxx b/sd/source/ui/inc/fupoor.hxx
index 3e8edabc0386..cd3d494971e4 100644
--- a/sd/source/ui/inc/fupoor.hxx
+++ b/sd/source/ui/inc/fupoor.hxx
@@ -133,7 +133,7 @@ protected:
control at the lower left of the document window positive values
move to the right and negative values move to the left.
- <p>Switching the layer is independant of the view's layer mode. The
+ <p>Switching the layer is independent of the view's layer mode. The
layers are switched even when the layer mode is turned off and the
layer control is not visible.</p>
@param nOffset
diff --git a/sd/source/ui/toolpanel/controls/MasterPageContainer.hxx b/sd/source/ui/toolpanel/controls/MasterPageContainer.hxx
index 7c5636f31301..5602c3812052 100644
--- a/sd/source/ui/toolpanel/controls/MasterPageContainer.hxx
+++ b/sd/source/ui/toolpanel/controls/MasterPageContainer.hxx
@@ -52,7 +52,7 @@ class MasterPageDescriptor;
name, and, if available, the page object.
Entries are accessed via a Token, which is mostly a numerical index but
- whose values do not neccessarily have to be consecutive.
+ whose values do not necessarily have to be consecutive.
*/
class MasterPageContainer
{