summaryrefslogtreecommitdiffstats
path: root/desktop/inc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-11-20 15:23:18 +0200
committerTor Lillqvist <tml@collabora.com>2014-11-20 15:23:18 +0200
commit06097771671e439c7aca2bd6bcf010444f111141 (patch)
tree6042e785b506a3c33dbad8748e450caa86251de1 /desktop/inc
parentWaE: unused variable 'aOSRelease' (diff)
downloadcore-06097771671e439c7aca2bd6bcf010444f111141.tar.gz
core-06097771671e439c7aca2bd6bcf010444f111141.zip
WaE: work around loplugin:unreffun and loplugin:externandnotdefined
Change-Id: I5192ad1f068746da257f3e1d9340325956b1e69d
Diffstat (limited to 'desktop/inc')
-rw-r--r--desktop/inc/app.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop/inc/app.hxx b/desktop/inc/app.hxx
index 33e7c0cdbe01..876b6438be68 100644
--- a/desktop/inc/app.hxx
+++ b/desktop/inc/app.hxx
@@ -192,6 +192,10 @@ OUString ReplaceStringHookProc(const OUString& rStr);
}
+#if defined( UNX ) && !defined MACOSX && !defined IOS && !defined ANDROID
+bool fire_glxtest_process();
+#endif
+
#endif // INCLUDED_DESKTOP_INC_APP_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */