summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/AccessibleTextHelper.hxx2
-rw-r--r--include/svx/IAccessibleParent.hxx2
-rw-r--r--include/svx/IAccessibleViewForwarder.hxx2
-rw-r--r--include/svx/sdr/contact/displayinfo.hxx2
-rw-r--r--include/svx/sdr/overlay/overlayobject.hxx2
5 files changed, 5 insertions, 5 deletions
diff --git a/include/svx/AccessibleTextHelper.hxx b/include/svx/AccessibleTextHelper.hxx
index 34d235773289..d96b256ed411 100644
--- a/include/svx/AccessibleTextHelper.hxx
+++ b/include/svx/AccessibleTextHelper.hxx
@@ -140,7 +140,7 @@ namespace accessibility
/** Query the current edit source
@attention This method returns by reference, so you are
- responsible for serialization (typically, you aquired the
+ responsible for serialization (typically, you acquired the
solar mutex when calling this method). Thus, the method
should only be called from the main office thread.
diff --git a/include/svx/IAccessibleParent.hxx b/include/svx/IAccessibleParent.hxx
index 28d4a244f92e..843914d24f84 100644
--- a/include/svx/IAccessibleParent.hxx
+++ b/include/svx/IAccessibleParent.hxx
@@ -44,7 +44,7 @@ public:
with another and send the appropriate notifications. That are two
child events: One notifying the removal of the current child and one
about the existence of the new child. The index of the new child is
- implementation dependent, i.e. it is not garanteed that the
+ implementation dependent, i.e. it is not guaranteed that the
replacement has the same index as the current child has.
<p>A default implementation can just use the ShapeTypeHandler::CreateAccessibleObject
diff --git a/include/svx/IAccessibleViewForwarder.hxx b/include/svx/IAccessibleViewForwarder.hxx
index d087e3e4d2cc..e280c41fb3ad 100644
--- a/include/svx/IAccessibleViewForwarder.hxx
+++ b/include/svx/IAccessibleViewForwarder.hxx
@@ -41,7 +41,7 @@ namespace accessibility {
transformation methods do not require explicit mapmodes. These have to
be provided implicitly by the classes that implement this
interface. A third, less important, difference are the additional
- transfomation methods for sizes. The reasons for their existince are
+ transfomation methods for sizes. The reasons for their existence are
convenience and improved performance.</p>
@attention
diff --git a/include/svx/sdr/contact/displayinfo.hxx b/include/svx/sdr/contact/displayinfo.hxx
index 98ce34519a6f..a842fc6c4ee4 100644
--- a/include/svx/sdr/contact/displayinfo.hxx
+++ b/include/svx/sdr/contact/displayinfo.hxx
@@ -55,7 +55,7 @@ namespace sdr
bool mbPageProcessingActive : 1;
// Internal flag to remember if EnteredGroupDrawMode is active. Default is true
- // since this mode starts activated and gets switched off when reacing
+ // since this mode starts activated and gets switched off when reaching
// the current group level. Should only be changed by instances which do
// primitive processing
bool mbGhostedDrawModeActive : 1;
diff --git a/include/svx/sdr/overlay/overlayobject.hxx b/include/svx/sdr/overlay/overlayobject.hxx
index 130c3406d50d..ec98225e0254 100644
--- a/include/svx/sdr/overlay/overlayobject.hxx
+++ b/include/svx/sdr/overlay/overlayobject.hxx
@@ -114,7 +114,7 @@ namespace sdr
virtual void objectChange();
// write access to AntiAliase flag. This is protected since
- // only implementations are allowed to change this, preferrably in their
+ // only implementations are allowed to change this, preferably in their
// constructor
void allowAntiAliase(bool bNew);