summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-11 19:55:38 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-12 22:12:57 +0200
commit81aebe1845d2c5511a96b918cba4263bc6f3ef85 (patch)
treeeaf7ca15855d2ebbcc4021feb7ab89d901e1173f /include
parent7a7b6bc25c36569397affc3034ceef75b75da127 (diff)
Fix typos
Change-Id: Ia51fa09db3db0c00432fc02ef9fe445444aa463b Reviewed-on: https://gerrit.libreoffice.org/77321 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r--[-rwxr-xr-x]include/vcl/font/FeatureParser.hxx0
-rw-r--r--include/vcl/winscheduler.hxx2
-rw-r--r--include/xmloff/xmltypes.hxx8
3 files changed, 5 insertions, 5 deletions
diff --git a/include/vcl/font/FeatureParser.hxx b/include/vcl/font/FeatureParser.hxx
index 5674e2d3116c..5674e2d3116c 100755..100644
--- a/include/vcl/font/FeatureParser.hxx
+++ b/include/vcl/font/FeatureParser.hxx
diff --git a/include/vcl/winscheduler.hxx b/include/vcl/winscheduler.hxx
index 6f77f3a7b082..a984b4544805 100644
--- a/include/vcl/winscheduler.hxx
+++ b/include/vcl/winscheduler.hxx
@@ -21,7 +21,7 @@
#define INCLUDED_VCL_WINSCHEDULER_HXX
#ifndef _WIN32
-#error This header is just useable on Windows
+#error This header is just usable on Windows
#else
#include <vcl/dllapi.h>
diff --git a/include/xmloff/xmltypes.hxx b/include/xmloff/xmltypes.hxx
index dc2e6558321e..d3ffd809c90c 100644
--- a/include/xmloff/xmltypes.hxx
+++ b/include/xmloff/xmltypes.hxx
@@ -155,10 +155,10 @@
#define XML_TYPE_HEX 0x00002025 // 00544F1B
// special basic types
-#define XML_TYPE_RECTANGLE_LEFT 0x00000100 // the Left member of a awt::Rectangle as a measure
-#define XML_TYPE_RECTANGLE_TOP 0x00000101 // the Top member of a awt::Rectangle as a measure
-#define XML_TYPE_RECTANGLE_WIDTH 0x00000102 // the Width member of a awt::Rectangle as a measure
-#define XML_TYPE_RECTANGLE_HEIGHT 0x00000103 // the Height member of a awt::Rectangle as a measure
+#define XML_TYPE_RECTANGLE_LEFT 0x00000100 // the Left member of an awt::Rectangle as a measure
+#define XML_TYPE_RECTANGLE_TOP 0x00000101 // the Top member of an awt::Rectangle as a measure
+#define XML_TYPE_RECTANGLE_WIDTH 0x00000102 // the Width member of an awt::Rectangle as a measure
+#define XML_TYPE_RECTANGLE_HEIGHT 0x00000103 // the Height member of an awt::Rectangle as a measure
#define XML_TYPE_TEXT_CROSSEDOUT_STYLE (XML_TEXT_TYPES_START + 0)
#define XML_TYPE_TEXT_CASEMAP (XML_TEXT_TYPES_START + 1)