loplugin:staticcall

Change-Id: I3f6b4fe6190d5d6c09935d590690e8aab607f894
This commit is contained in:
Stephan Bergmann
2014-06-13 17:52:58 +02:00
parent 4ef5dfad79
commit f751e4b152

View File

@@ -181,7 +181,7 @@ UUIInteractionHelper::handleRequest(
// we are not in the main thread, let it handle that stuff
HandleData aHD(rRequest);
Link aLink(&aHD,handlerequest);
pApp->PostUserEvent(aLink,this);
Application::PostUserEvent(aLink,this);
sal_uLong locks = Application::ReleaseSolarMutex();
aHD.wait();
Application::AcquireSolarMutex(locks);
@@ -240,7 +240,7 @@ UUIInteractionHelper::getStringFromRequest(
// we are not in the main thread, let it handle that stuff
HandleData aHD(rRequest);
Link aLink(&aHD,getstringfromrequest);
pApp->PostUserEvent(aLink,this);
Application::PostUserEvent(aLink,this);
sal_uLong locks = Application::ReleaseSolarMutex();
aHD.wait();
Application::AcquireSolarMutex(locks);