summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-11 12:46:02 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-12 10:28:20 +0200
commitd66f49d3d0077bd8d6da11fc76204adf0c03d0e1 (patch)
tree917619d595c5ca156a0d4a88f49965c92a609655 /include
parentf68dc01461ec0046b1af8490fe74eff01c143d4c (diff)
Fix typos
Change-Id: Iff95876fc0dcb10af9b06f4091f1d9934d416c5f Reviewed-on: https://gerrit.libreoffice.org/77262 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r--include/svtools/wizardmachine.hxx2
-rw-r--r--include/svx/AccessibleTextHelper.hxx2
-rw-r--r--include/svx/fmview.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/include/svtools/wizardmachine.hxx b/include/svtools/wizardmachine.hxx
index ed8aa86412cc..83c6f2fa92ec 100644
--- a/include/svtools/wizardmachine.hxx
+++ b/include/svtools/wizardmachine.hxx
@@ -123,7 +123,7 @@ namespace svt
/** updates the travel-related UI elements of the OWizardMachine we live in (if any)
- If the parent of the tab page is a OWizardMachine, then updateTravelUI at this instance
+ If the parent of the tab page is an OWizardMachine, then updateTravelUI at this instance
is called. Otherwise, nothing happens.
*/
void updateDialogTravelUI();
diff --git a/include/svx/AccessibleTextHelper.hxx b/include/svx/AccessibleTextHelper.hxx
index d80050375e68..4d130a56d813 100644
--- a/include/svx/AccessibleTextHelper.hxx
+++ b/include/svx/AccessibleTextHelper.hxx
@@ -57,7 +57,7 @@ namespace accessibility
addEventListener()/removeEventListener() methods to the
AccessibleTextHelper (methods
AddEventListener/RemoveEventListener), otherwise none or not
- every one of your event listener will notice child changes.
+ everyone of your event listener will notice child changes.
You have to implement the SvxEditSource, SvxTextForwarder,
SvxViewForwarder and SvxEditViewForwarder interfaces in order
diff --git a/include/svx/fmview.hxx b/include/svx/fmview.hxx
index 2808ba031fa4..508b3380eb91 100644
--- a/include/svx/fmview.hxx
+++ b/include/svx/fmview.hxx
@@ -69,7 +69,7 @@ public:
@param rFieldDesc
description of the field. see clipboard format SBA-FIELDFORMAT
@deprecated
- This method is deprecated. Use the version with a ODataAccessDescriptor instead.
+ This method is deprecated. Use the version with an ODataAccessDescriptor instead.
*/
SdrObjectUniquePtr CreateFieldControl(const OUString& rFieldDesc) const;