diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2010-12-15 14:57:28 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2010-12-15 15:25:37 +0100 |
commit | 78307607676ed03f68eb47504cc250ce80f5f62a (patch) | |
tree | dc28adc3b7e2223bdcab55f01a26635b62eddc62 /fpicker/source | |
parent | 335a249c91fb95f68f0ca8bf68e637713a915e06 (diff) |
minor fix in a comment
Diffstat (limited to 'fpicker/source')
-rw-r--r-- | fpicker/source/unx/kde4/KDE4FilePicker.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |