diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-12 15:58:36 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-12 15:58:36 +0200 |
commit | 82a26c4bd03af4596ec0add69a52d20c77544144 (patch) | |
tree | 9fc642352a81f0efa5d968711dff4ce6c992e81f /fpicker/source | |
parent | fd4b20efbb734f5a82c636ded2ec65dcb46c5129 (diff) |
fix windows build
Change-Id: If03c3d7d8c99b020f2d566b0bf58f03d9844441b
Diffstat (limited to 'fpicker/source')
-rw-r--r-- | fpicker/source/win32/filepicker/FilePicker.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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<uno::Any>& 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 |