From 87087bab94c477485ebe85b955cb08d8281f0a10 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 1 Feb 2017 16:00:41 +0100 Subject: loplugin:stringconstant Change-Id: I8b7611d6fdc55fc8cd9551e129a2e03e58682229 --- fpicker/source/win32/filepicker/VistaFilePicker.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fpicker') 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); -- cgit