From 014e270607f6af5e749c0013c2a84f77a97f2c17 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 22 Jun 2019 08:42:07 +0200 Subject: [PATCH] Fix typo Change-Id: I3a4b8aad30f4d8bcfda472ddfd151410db21a5b1 Reviewed-on: https://gerrit.libreoffice.org/74551 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- include/vcl/salnativewidgets.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;