summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2010-12-15 14:57:28 +0100
committerLuboš Luňák <l.lunak@suse.cz>2010-12-15 15:25:37 +0100
commiteb299e9d1524667e9da982d3614a61f45ea2a8e6 (patch)
tree23784dc6bc77c363f9ea40f032306e973fc0087e /fpicker
parentf012846e65b6eccd6a40cd67765fcfa766654388 (diff)
minor fix in a comment
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/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 8594f7e430..d08a04029c 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();