summaryrefslogtreecommitdiff
path: root/include/svtools
diff options
context:
space:
mode:
authorJohnny_M <klasse@partyheld.de>2017-02-03 23:53:36 +0000
committerjan iversen <jani@documentfoundation.org>2017-02-04 08:48:34 +0000
commit11a4507f8a67a39155229ebd9a4c8def412f72b5 (patch)
tree593f8e6873493c192c59a079838b0c8c122b745c /include/svtools
parent9e8f2afc2e2bbdbe136e74a24fb6c6eb94cde3c6 (diff)
Following up German translation - fix spelling
Following up on the commit a3a878268f903f3a1a4b6bc80c9c5abe42fd691a Change-Id: I4f525ecb030044fc9a330ad8964dbeca6ef35ee3 Reviewed-on: https://gerrit.libreoffice.org/33908 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/htmltokn.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svtools/htmltokn.h b/include/svtools/htmltokn.h
index 62c560a247c2..c3c0489732b0 100644
--- a/include/svtools/htmltokn.h
+++ b/include/svtools/htmltokn.h
@@ -39,7 +39,7 @@ int GetHTMLOption( const rtl::OUString& rName );
// search the 24-bit color for a color name (not found = ULONG_MAX)
SVT_DLLPUBLIC sal_uInt32 GetHTMLColor( const rtl::OUString& rName );
-// always beninning from 256 on, greater than a char
+// always starting from 256 on, greater than a char
const int HTML_TOKEN_START = 0x100;
const int HTML_TOKEN_ONOFF = 0x200;
const int HTML_TOKEN_MICROSOFT = 0x1000;
@@ -278,7 +278,7 @@ enum HTML_TOKEN_IDS
// HTML attribute token (=Options)
-// always beninning from 256 on, greater than a char
+// always starting from 256 on, greater than a char
const int HTML_OPTION_START = 0x100;
enum HTML_OPTION_IDS