summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-02-01 16:00:41 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-02-01 16:00:41 +0100
commit87087bab94c477485ebe85b955cb08d8281f0a10 (patch)
tree6b2669fe621aa2dd66c15617ed471dca34debbd5 /fpicker
parent49c8235944ee6d1b937177d8497924d13b07f0b8 (diff)
loplugin:stringconstant
Change-Id: I8b7611d6fdc55fc8cd9551e129a2e03e58682229
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/win32/filepicker/VistaFilePicker.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/win32/filepicker/VistaFilePicker.cxx b/fpicker/source/win32/filepicker/VistaFilePicker.cxx
index 43bbbdc7e9dd..ad50716c604f 100644
--- a/fpicker/source/win32/filepicker/VistaFilePicker.cxx
+++ b/fpicker/source/win32/filepicker/VistaFilePicker.cxx
@@ -358,7 +358,7 @@ void SAL_CALL VistaFilePicker::initialize(const css::uno::Sequence< css::uno::An
{
if (lArguments.getLength() < 1)
throw css::lang::IllegalArgumentException(
- OUString( "XInitialization::initialize() called without arguments." ),
+ "XInitialization::initialize() called without arguments.",
static_cast< css::ui::dialogs::XFilePicker2* >( this ),
1);