summaryrefslogtreecommitdiff
path: root/desktop/source/migration/services/autocorrmigration.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/migration/services/autocorrmigration.cxx')
-rw-r--r--desktop/source/migration/services/autocorrmigration.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/migration/services/autocorrmigration.cxx b/desktop/source/migration/services/autocorrmigration.cxx
index a54ed08548cc..b6e8a13b4335 100644
--- a/desktop/source/migration/services/autocorrmigration.cxx
+++ b/desktop/source/migration/services/autocorrmigration.cxx
@@ -242,7 +242,7 @@ namespace migration
{
beans::NamedValue aValue;
*pIter >>= aValue;
- if ( aValue.Name.equalsAscii( "UserData" ) )
+ if ( aValue.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "UserData" ) ) )
{
if ( !(aValue.Value >>= m_sSourceDir) )
{