Kaydet (Commit) 82a26c4b authored tarafından Thomas Arnhold's avatar Thomas Arnhold

fix windows build

Change-Id: If03c3d7d8c99b020f2d566b0bf58f03d9844441b
üst fd4b20ef
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment