summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-02 12:25:27 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-03 06:56:42 +0000
commitbcb402298f653146af672ecfca2381062d78c6f2 (patch)
treebb03e1bf54498aca8e52996c70482f207377cc4e /include/vcl
parent8b633f40514f9d33a22cf9b2e064d8ef3ef2c7f4 (diff)
Fix typos
Change-Id: I5e3c9683741ddc66283008c20794be5c2b2bc53f Reviewed-on: https://gerrit.libreoffice.org/34804 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl')
-rw-r--r--include/vcl/button.hxx2
-rw-r--r--include/vcl/field.hxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/include/vcl/button.hxx b/include/vcl/button.hxx
index b511db38f67c..75c1f900bebe 100644
--- a/include/vcl/button.hxx
+++ b/include/vcl/button.hxx
@@ -110,7 +110,7 @@ enum class PushButtonDropdownStyle
NONE = 0x0000,
Toolbox = 0x0001,
MenuButton = 0x0002, //visual down arrow
- SplitMenuButton = 0x0003, //visual down arrow and seperator line
+ SplitMenuButton = 0x0003, //visual down arrow and separator line
};
class VCL_DLLPUBLIC PushButton : public Button
diff --git a/include/vcl/field.hxx b/include/vcl/field.hxx
index b149d1a39f95..e8b79ad3742f 100644
--- a/include/vcl/field.hxx
+++ b/include/vcl/field.hxx
@@ -339,7 +339,7 @@ public:
If this is set to true (which is the default), then GetDate will always return a valid
date, no matter whether the current text can really be interpreted as date. (Note: this
- is the compatible bahavior).
+ is the compatible behavior).
If this is set to false, the GetDate will return GetInvalidDate, in case the current text
cannot be interpreted as date.
@@ -412,7 +412,7 @@ public:
If this is set to true (which is the default), then GetTime will always return a valid
time, no matter whether the current text can really be interpreted as time. (Note: this
- is the compatible bahavior).
+ is the compatible behavior).
If this is set to false, the GetTime will return GetInvalidTime, in case the current text
cannot be interpreted as time.