summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-17 20:10:53 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-01-17 21:06:53 +0100
commitc0a70da29a213e11717fc1dad96f808a170dc53b (patch)
tree46e68e81785c21725d7a5ecf3e3b176cbf5debb3 /include
parent4d2fc77b5d1a67a5bc46e57020299ae4dcd5ff35 (diff)
Fix typos
Change-Id: I6f2822e7068754a1b5e70e401247a36b214147e3 Reviewed-on: https://gerrit.libreoffice.org/48079 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r--include/editeng/hangulhanja.hxx2
-rw-r--r--include/oox/mathml/importutils.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/editeng/hangulhanja.hxx b/include/editeng/hangulhanja.hxx
index 0d85988e2464..2fcf02077129 100644
--- a/include/editeng/hangulhanja.hxx
+++ b/include/editeng/hangulhanja.hxx
@@ -162,7 +162,7 @@ namespace editeng
<p>This will be called whenever it is necessary to interactively ask the user for
a conversion. In such a case, a range within the current portion (see <member>GetNextPortion</member>)
- is presented to the user for chosing a substitution. Additionally, this method is called,
+ is presented to the user for choosing a substitution. Additionally, this method is called,
so that derived classes can e.g. highlight this text range in a document view.</p>
<p>Note that the indexes are relative to the most recent replace action. See
diff --git a/include/oox/mathml/importutils.hxx b/include/oox/mathml/importutils.hxx
index 6beacf9e8795..448262f001d0 100644
--- a/include/oox/mathml/importutils.hxx
+++ b/include/oox/mathml/importutils.hxx
@@ -191,7 +191,7 @@ public:
Tag checkOpeningTag( int token );
/**
Ensures that a closing tag with the given token is read. Like ensureOpeningTag(),
- if not, writes out a warning and tries to recover by skiping tags until found (or until the current element would end).
+ if not, writes out a warning and tries to recover by skipping tags until found (or until the current element would end).
If found, the position in the stream is afterwards moved to the next tag.
*/
void ensureClosingTag( int token );