diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-04-16 11:31:51 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-04-16 23:19:34 +0200 |
commit | 0f93692fda4226323422cf82ce34ae4bd5e22fab (patch) | |
tree | d79d74bb5ffbc37df5580d67e43d013614d2cf9e /vcl | |
parent | 7c6fbd0ac3b5927b337aa69b132aba14e9b3103f (diff) |
Fix typos
Change-Id: Ife28cd9399cfcb375bad764dac7424eda50d430d
Reviewed-on: https://gerrit.libreoffice.org/52198
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/win/salframe.h | 2 | ||||
-rw-r--r-- | vcl/win/window/salframe.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/win/salframe.h b/vcl/inc/win/salframe.h index 36e4a041c955..48afedf3b715 100644 --- a/vcl/inc/win/salframe.h +++ b/vcl/inc/win/salframe.h @@ -57,7 +57,7 @@ public: bool mbBorder; // has window a border bool mbFixBorder; // has window a fixed border bool mbSizeBorder; // has window a sizeable border - bool mbNoIcon; // is an window without an icon + bool mbNoIcon; // is a window without an icon bool mbFloatWin; // is a FloatingWindow bool mbFullScreen; // TRUE: in full screen mode bool mbPresentation; // TRUE: Presentation Mode running diff --git a/vcl/win/window/salframe.cxx b/vcl/win/window/salframe.cxx index 963f311ae2aa..5b5c55198d9a 100644 --- a/vcl/win/window/salframe.cxx +++ b/vcl/win/window/salframe.cxx @@ -445,7 +445,7 @@ SalFrame* ImplSalCreateFrame( WinSalInstance* pInst, return nullptr; } - // If we have an Window with an Caption Bar and without + // If we have a Window with an Caption Bar and without // an MaximizeBox, we change the SystemMenu if ( (nSysStyle & (WS_CAPTION | WS_MAXIMIZEBOX)) == (WS_CAPTION) ) { |