summaryrefslogtreecommitdiff
path: root/include
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
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')
-rw-r--r--include/vcl/scheduler.hxx2
-rw-r--r--include/vcl/sysdata.hxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/include/vcl/scheduler.hxx b/include/vcl/scheduler.hxx
index 96979cf5d3c5..9318b2109641 100644
--- a/include/vcl/scheduler.hxx
+++ b/include/vcl/scheduler.hxx
@@ -45,7 +45,7 @@ public:
static void ImplDeInitScheduler();
- /// Process one pending Timer with highhest priority
+ /// Process one pending Timer with highest priority
static void CallbackTaskScheduling();
/// Process one pending task ahead of time with highest priority.
static bool ProcessTaskScheduling();
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