summaryrefslogtreecommitdiff
path: root/include/vcl/svapp.hxx
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2018-11-05 18:17:05 +0100
committerAndras Timar <andras.timar@collabora.com>2018-11-13 21:06:44 +0100
commit71c6a308035eb687f8fd8823c1e16670ad2a450b (patch)
treeacd9aa72f43f74695d879defedc0b606aa8f72b3 /include/vcl/svapp.hxx
parenta3b3eea394a5e6388e84d69f32721d11c2e7b2be (diff)
LOK: update main thread
Change-Id: I75df6ae9f9fb41b08a8774ce026f79fdd120b629 Reviewed-on: https://gerrit.libreoffice.org/62921 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com> (cherry picked from commit 6f076e75b2adb4628ee3cea311781c40f219bba7)
Diffstat (limited to 'include/vcl/svapp.hxx')
-rw-r--r--include/vcl/svapp.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx
index 9b930b3127d9..014850eba019 100644
--- a/include/vcl/svapp.hxx
+++ b/include/vcl/svapp.hxx
@@ -1355,6 +1355,9 @@ public:
static void ShowNativeErrorBox(const OUString& sTitle ,
const OUString& sMessage);
+ /** Update main thread identifier */
+ static void UpdateMainThread();
+
/** Do we have a native / system file selector available?
@returns True if native file selector is available, false otherwise.