summaryrefslogtreecommitdiff
path: root/include/vcl/sysdata.hxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-29 00:22:14 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-07-29 10:09:50 +0200
commit9e857693e0cb05448be681ea27d7500c25b34786 (patch)
treec28f5fef5d14a271a0ceb23fd8b78891f5fd3c85 /include/vcl/sysdata.hxx
parent4a9ac82cab9d77e593f9ea4a070eadb50a2bba0a (diff)
Fix typos
Change-Id: Ic2fb0772648b3f93c2fdfa4d2f663b6ede2ead51 Reviewed-on: https://gerrit.libreoffice.org/76507 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/vcl/sysdata.hxx')
-rw-r--r--include/vcl/sysdata.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/sysdata.hxx b/include/vcl/sysdata.hxx
index 4b7b562da519..28f991db4878 100644
--- a/include/vcl/sysdata.hxx
+++ b/include/vcl/sysdata.hxx
@@ -56,7 +56,7 @@ struct SystemEnvData
HWND hWnd; // the window hwnd
#elif defined( MACOSX )
NSView* mpNSView; // the cocoa (NSView *) implementing this object
- bool mbOpenGL; // use a OpenGL providing NSView
+ bool mbOpenGL; // use an OpenGL providing NSView
#elif defined( ANDROID )
// Nothing
#elif defined( IOS )
@@ -170,7 +170,7 @@ struct SystemWindowData
{
#if defined(_WIN32) // meaningless on Windows
#elif defined( MACOSX )
- bool bOpenGL; // create a OpenGL providing NSView
+ bool bOpenGL; // create an OpenGL providing NSView
bool bLegacy; // create a 2.1 legacy context, only valid if bOpenGL == true
#elif defined( ANDROID )
// Nothing