From 78307607676ed03f68eb47504cc250ce80f5f62a Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Wed, 15 Dec 2010 14:57:28 +0100 Subject: minor fix in a comment --- fpicker/source/unx/kde4/KDE4FilePicker.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fpicker/source') diff --git a/fpicker/source/unx/kde4/KDE4FilePicker.cxx b/fpicker/source/unx/kde4/KDE4FilePicker.cxx index fa4d3daede21..6b222e9cf0da 100644 --- a/fpicker/source/unx/kde4/KDE4FilePicker.cxx +++ b/fpicker/source/unx/kde4/KDE4FilePicker.cxx @@ -198,7 +198,7 @@ sal_Int16 SAL_CALL KDE4FilePicker::execute() // (see the KDE VCL plug), then this won't happen, but otherwise // 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. + // SolarMutex will need to be re-acquired). ULONG mutexrelease = 0; if( !qApp->clipboard()->property( "useEventLoopWhenWaiting" ).toBool()) mutexrelease = Application::ReleaseSolarMutex(); -- cgit