diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-08-30 15:27:40 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-08-30 15:27:40 +0200 |
commit | 56f21320f3214be0b361c09e08cf100a647d908a (patch) | |
tree | 267b889779553a26327f5309642d5d1c90fb7240 /desktop/source/pkgchk | |
parent | d42bc6e313529e3bb08527406b97c28c1cba55d4 (diff) |
loplugin:stringconstant: adapt to improved OUStringLiteral1 (desktop)
Change-Id: Icdfcdb168d5570e37818bf866e2b4296c02824be
Diffstat (limited to 'desktop/source/pkgchk')
-rw-r--r-- | desktop/source/pkgchk/unopkg/unopkg_misc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/pkgchk/unopkg/unopkg_misc.cxx b/desktop/source/pkgchk/unopkg/unopkg_misc.cxx index 2be62e16668d..c36a90b21c73 100644 --- a/desktop/source/pkgchk/unopkg/unopkg_misc.cxx +++ b/desktop/source/pkgchk/unopkg/unopkg_misc.cxx @@ -104,7 +104,7 @@ bool isOption( OptionInfo const * option_info, sal_uInt32 * pIndex ) { ++(*pIndex); dp_misc::TRACE(__FILE__ ": identified option \'\'" - + OUString( option_info->m_short_option ) + "\n"); + + OUStringLiteral1( option_info->m_short_option ) + "\n"); return true; } if (arg[ 1 ] == '-' && rtl_ustr_ascii_compare( |