summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc')
-rw-r--r--sd/source/ui/inc/AccessibleDrawDocumentView.hxx2
-rw-r--r--sd/source/ui/inc/WindowUpdater.hxx4
-rw-r--r--sd/source/ui/inc/framework/Configuration.hxx2
-rw-r--r--sd/source/ui/inc/fuconstr.hxx2
-rw-r--r--sd/source/ui/inc/fupoor.hxx2
-rw-r--r--sd/source/ui/inc/strings.hrc2
-rw-r--r--sd/source/ui/inc/tools/IdleDetection.hxx2
7 files changed, 8 insertions, 8 deletions
diff --git a/sd/source/ui/inc/AccessibleDrawDocumentView.hxx b/sd/source/ui/inc/AccessibleDrawDocumentView.hxx
index d8ff9e469392..0da01c7b8083 100644
--- a/sd/source/ui/inc/AccessibleDrawDocumentView.hxx
+++ b/sd/source/ui/inc/AccessibleDrawDocumentView.hxx
@@ -130,7 +130,7 @@ protected:
@param nAccessibleChildIndex
Index of the child to select or deselect. If the parameter has
the value ACCESSIBLE_SELECTION_CHILD_ALL then all children are
- selected or deslected.
+ selected or deselected.
@param bSelect
Indicates whether to select or deselect the specified child
reps. children.
diff --git a/sd/source/ui/inc/WindowUpdater.hxx b/sd/source/ui/inc/WindowUpdater.hxx
index 0ea8a356deef..e444353850ee 100644
--- a/sd/source/ui/inc/WindowUpdater.hxx
+++ b/sd/source/ui/inc/WindowUpdater.hxx
@@ -94,7 +94,7 @@ public:
nothing is done.
@param pDocument
When given a pointer to a document then tell it to reformat all
- text objects. This refromatting is necessary for the new values
+ text objects. This refomatting is necessary for the new values
to take effect.
*/
void Update (OutputDevice* pDevice, SdDrawDocument* pDocument=nullptr) const;
@@ -125,7 +125,7 @@ private:
tWindowList maWindowList;
/** The central method of this class. Update the given output device.
- It is the task of the caller to initiate a refrormatting of the
+ It is the task of the caller to initiate a reformatting of the
document that is rendered on this device to reflect the changes.
@param pWindow
The output device to update. When it is <null/> then the call
diff --git a/sd/source/ui/inc/framework/Configuration.hxx b/sd/source/ui/inc/framework/Configuration.hxx
index d916d61cb83d..23c32f8832ac 100644
--- a/sd/source/ui/inc/framework/Configuration.hxx
+++ b/sd/source/ui/inc/framework/Configuration.hxx
@@ -52,7 +52,7 @@ namespace sd { namespace framework {
instance. For resources, like panes, that are unique with respect to an
application frame, that does not mean much of a difference. For other
resources like views, that may have more than one instance per
- application frame, this is different. To identify them unambigously a
+ application frame, this is different. To identify them unambiguously a
second URL, one of a unique resource, is necessary. This second URL is
called the anchor of the first. The two types of resources are called
unique and linked respectively.
diff --git a/sd/source/ui/inc/fuconstr.hxx b/sd/source/ui/inc/fuconstr.hxx
index b50e31f31a01..5e30eb1e3f9f 100644
--- a/sd/source/ui/inc/fuconstr.hxx
+++ b/sd/source/ui/inc/fuconstr.hxx
@@ -51,7 +51,7 @@ public:
void SetStyleSheet(SfxItemSet& rAttr, SdrObject* pObj);
// SJ: setting stylesheet, the use of a filled or unfilled style
- // is determinded by the parameters bUseFillStyle and bUseNoFillStyle :
+ // is determined by the parameters bUseFillStyle and bUseNoFillStyle :
void SetStyleSheet( SfxItemSet& rAttr, SdrObject* pObj,
const bool bUseFillStyle, const bool bUseNoFillStyle );
diff --git a/sd/source/ui/inc/fupoor.hxx b/sd/source/ui/inc/fupoor.hxx
index 41da005bf6d3..b4be259eef2c 100644
--- a/sd/source/ui/inc/fupoor.hxx
+++ b/sd/source/ui/inc/fupoor.hxx
@@ -136,7 +136,7 @@ protected:
next layer. If it is negative then select a previous one. An
offset or zero does not change the current layer. If the
resulting index lies outside the valid range of indices then it
- is set to either the minimal or maximal valid index, whitchever
+ is set to either the minimal or maximal valid index, whichever
is nearer.
*/
void SwitchLayer (sal_Int32 nOffset);
diff --git a/sd/source/ui/inc/strings.hrc b/sd/source/ui/inc/strings.hrc
index 06cc14c9531e..cbcf702da290 100644
--- a/sd/source/ui/inc/strings.hrc
+++ b/sd/source/ui/inc/strings.hrc
@@ -29,7 +29,7 @@
/*
* Dummy-Strings, these ResourceIDs: should not be assigned to other strings
* as they're used for popup-menus (a popup-menu and its
- * configurationsstring should have identical ResourceID's!).
+ * configurations string should have identical ResourceID's!).
* See also: res_bmp.hrc, popup.src
*/
diff --git a/sd/source/ui/inc/tools/IdleDetection.hxx b/sd/source/ui/inc/tools/IdleDetection.hxx
index a5c4639b871a..49bc318da711 100644
--- a/sd/source/ui/inc/tools/IdleDetection.hxx
+++ b/sd/source/ui/inc/tools/IdleDetection.hxx
@@ -27,7 +27,7 @@ namespace vcl { class Window; }
namespace sd { namespace tools {
/** Detect whether the system is idle and some time consuming operation may
- be carried out. This class ditinguishes between different states of
+ be carried out. This class distinguishes between different states of
idle-ness.
*/
class IdleDetection