From 82a26c4bd03af4596ec0add69a52d20c77544144 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Mon, 12 May 2014 15:58:36 +0200 Subject: fix windows build Change-Id: If03c3d7d8c99b020f2d566b0bf58f03d9844441b --- fpicker/source/win32/filepicker/FilePicker.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fpicker/source/win32') diff --git a/fpicker/source/win32/filepicker/FilePicker.cxx b/fpicker/source/win32/filepicker/FilePicker.cxx index bfc75fcda7fe..6b4aab4a609c 100644 --- a/fpicker/source/win32/filepicker/FilePicker.cxx +++ b/fpicker/source/win32/filepicker/FilePicker.cxx @@ -677,7 +677,7 @@ void SAL_CALL CFilePicker::initialize(const uno::Sequence& aArguments) } HINSTANCE hInstance = GetModuleHandle( FILE_PICKER_DLL_NAME ); - SAL_WARN_IF( !hInstance, "fpicker", The name of the service dll must have changed" ); + SAL_WARN_IF( !hInstance, "fpicker", "The name of the service dll must have changed" ); // create a new impl-class here based on the // given string, if the given string is empty -- cgit