summaryrefslogtreecommitdiff
path: root/include/unotools
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-07-19 16:24:58 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-07-23 11:59:51 +0200
commit2bceb245e60be2cf973c7b9d586b74881f66fbef (patch)
tree165c92b240b8eed11bcdfa17606240e439e419e8 /include/unotools
parent7d071f35bee7bed82ac47429a594e76617518d20 (diff)
Fix typos
Change-Id: Id7d0de124c4b9006db8c28e5cebb3ba38b0143ee Reviewed-on: https://gerrit.libreoffice.org/57602 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/unotools')
-rw-r--r--include/unotools/cmdoptions.hxx2
-rw-r--r--include/unotools/dynamicmenuoptions.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/unotools/cmdoptions.hxx b/include/unotools/cmdoptions.hxx
index f8e876cd9a5a..6456f74b6066 100644
--- a/include/unotools/cmdoptions.hxx
+++ b/include/unotools/cmdoptions.hxx
@@ -65,7 +65,7 @@ class SAL_WARN_UNUSED UNOTOOLS_DLLPUBLIC SvtCommandOptions : public utl::detail:
/*-****************************************************************************************************
@short return complete specified list
@descr Call it to get all entries of an dynamic menu.
- We return a list of all nodes with his names and properties.
+ We return a list of all nodes with its names and properties.
@param "eOption" select the list to retrieve.
@return A list of command strings is returned.
diff --git a/include/unotools/dynamicmenuoptions.hxx b/include/unotools/dynamicmenuoptions.hxx
index 347574a2a500..732278572631 100644
--- a/include/unotools/dynamicmenuoptions.hxx
+++ b/include/unotools/dynamicmenuoptions.hxx
@@ -69,7 +69,7 @@ class SAL_WARN_UNUSED UNOTOOLS_DLLPUBLIC SvtDynamicMenuOptions : public utl::det
/*-****************************************************************************************************
@short return complete specified list
@descr Call it to get all entries of an dynamic menu.
- We return a list of all nodes with his names and properties.
+ We return a list of all nodes with its names and properties.
@param "eMenu" select right menu.
@return A list of menu items is returned.