summaryrefslogtreecommitdiff
path: root/fpicker/source/unx/kde_unx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/unx/kde_unx')
-rw-r--r--fpicker/source/unx/kde_unx/UnxCommandThread.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/unx/kde_unx/UnxCommandThread.cxx b/fpicker/source/unx/kde_unx/UnxCommandThread.cxx
index 3b113346eb40..d929be362fff 100644
--- a/fpicker/source/unx/kde_unx/UnxCommandThread.cxx
+++ b/fpicker/source/unx/kde_unx/UnxCommandThread.cxx
@@ -219,7 +219,7 @@ void SAL_CALL UnxFilePickerCommandThread::handleCommand( const ::rtl::OUString &
if ( aType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "bool" ) ) )
{
- sal_Bool bValue = !aList.empty() && aList.front().equalsIgnoreAsciiCaseAscii( "true" );
+ sal_Bool bValue = !aList.empty() && aList.front().equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("true"));
m_aGetValue <<= bValue;
m_aGetValueCondition.set();