diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-06-22 08:42:07 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-06-23 13:09:10 +0200 |
commit | 014e270607f6af5e749c0013c2a84f77a97f2c17 (patch) | |
tree | 6badd074b0fea55d4112bea68ac2cf50426f53d5 /include/vcl/salnativewidgets.hxx | |
parent | d6e325eb4e944a687b142b4ca7a035d38c123658 (diff) |
Fix typo
Change-Id: I3a4b8aad30f4d8bcfda472ddfd151410db21a5b1
Reviewed-on: https://gerrit.libreoffice.org/74551
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/vcl/salnativewidgets.hxx')
-rw-r--r-- | include/vcl/salnativewidgets.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/salnativewidgets.hxx b/include/vcl/salnativewidgets.hxx index 2a67ceb47b24..77f0cc72b647 100644 --- a/include/vcl/salnativewidgets.hxx +++ b/include/vcl/salnativewidgets.hxx @@ -348,7 +348,7 @@ class VCL_DLLPUBLIC TabPaneValue : public ImplControlValue public: tools::Rectangle m_aTabHeaderRect; tools::Rectangle m_aSelectedTabRect; - // increased tab size, so it'll overlab the frame rect when draing + // increased tab size, so it'll overlab the frame rect when drawing // static value, as there is currently no sane way to return additional data static int m_nOverlap; |