summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfpicker/source/unx/kde4/KDE4FilePicker.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/unx/kde4/KDE4FilePicker.cxx b/fpicker/source/unx/kde4/KDE4FilePicker.cxx
index 7e0cef885bd9..562a2d254f3d 100755
--- a/fpicker/source/unx/kde4/KDE4FilePicker.cxx
+++ b/fpicker/source/unx/kde4/KDE4FilePicker.cxx
@@ -199,7 +199,7 @@ sal_Int16 SAL_CALL KDE4FilePicker::execute()
// simply release the SolarMutex here. The KDE file dialog does not
// call back to the core, so this should be safe (and if it does,
// SolarMutex will need to be re-acquired).
- ULONG mutexrelease = 0;
+ long mutexrelease = 0;
if( !qApp->clipboard()->property( "useEventLoopWhenWaiting" ).toBool())
mutexrelease = Application::ReleaseSolarMutex();
//block and wait for user input