[Libreoffice-commits] .: fpicker/source
Katarina Machalkova
bubli at kemper.freedesktop.org
Wed Mar 23 08:33:01 PDT 2011
fpicker/source/unx/kde4/KDE4FilePicker.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit cfea27e67d8610f0275b36cbf42ca582a7338fe1
Author: Katarina Machalkova <kmachalkova at suse.cz>
Date: Wed Mar 23 16:30:49 2011 +0100
Fixed build with --enable-kde4
(ULONG no longer exists)
diff --git a/fpicker/source/unx/kde4/KDE4FilePicker.cxx b/fpicker/source/unx/kde4/KDE4FilePicker.cxx
index 3c0dc56..e2f43fd 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
More information about the Libreoffice-commits
mailing list