[Libreoffice-commits] core.git: fpicker/source
Thomas Arnhold
thomas at arnhold.org
Mon May 12 06:59:07 PDT 2014
fpicker/source/win32/filepicker/FilePicker.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 82a26c4bd03af4596ec0add69a52d20c77544144
Author: Thomas Arnhold <thomas at arnhold.org>
Date: Mon May 12 15:58:36 2014 +0200
fix windows build
Change-Id: If03c3d7d8c99b020f2d566b0bf58f03d9844441b
diff --git a/fpicker/source/win32/filepicker/FilePicker.cxx b/fpicker/source/win32/filepicker/FilePicker.cxx
index bfc75fc..6b4aab4 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
More information about the Libreoffice-commits
mailing list