summaryrefslogtreecommitdiff
path: root/include/vcl/svapp.hxx
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2013-07-10 10:36:03 +0100
committerMichael Meeks <michael.meeks@suse.com>2013-07-10 10:36:43 +0100
commit5c2564b8a7fafbc6f1c002d1fd42e1bc7cd1ab10 (patch)
treee53cda0676e2d3d004b52a1c0276c36dfb8259c6 /include/vcl/svapp.hxx
parent137e4bd885a913cb201d92dfc7815b2821986d49 (diff)
Remove an un-used mode on Application::Yield.
Diffstat (limited to 'include/vcl/svapp.hxx')
-rw-r--r--include/vcl/svapp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx
index 67a48eee118a..20a8b74180a9 100644
--- a/include/vcl/svapp.hxx
+++ b/include/vcl/svapp.hxx
@@ -153,7 +153,7 @@ public:
static void Execute();
static void Quit();
static void Reschedule( bool bAllEvents = false );
- static void Yield( bool bAllEvents = false );
+ static void Yield();
static void EndYield();
static comphelper::SolarMutex& GetSolarMutex();
static oslThreadIdentifier GetMainThreadIdentifier();