extensions/source/scanner/scanwin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 6d341ad7f015b9efe636dea7084d7b4a60a009bc Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Wed Jan 30 14:43:36 2019 +0100 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Wed Jan 30 22:00:26 2019 +0100 -Werror,-Wenum-compare (clang-cl) Change-Id: I1d15098564779ad0ef137b47f36d6a1b23beeb29 Reviewed-on: https://gerrit.libreoffice.org/67147 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sberg...@redhat.com> diff --git a/extensions/source/scanner/scanwin.cxx b/extensions/source/scanner/scanwin.cxx index 315b8677c832..11e2e7345df4 100644 --- a/extensions/source/scanner/scanwin.cxx +++ b/extensions/source/scanner/scanwin.cxx @@ -242,7 +242,7 @@ void Twain::ShimListenerThread::execute() rtl::Bootstrap::expandMacros(shimURL); OUString sCmdLine; - if (osl::FileBase::getSystemPathFromFileURL(shimURL, sCmdLine) != osl_File_E_None) + if (osl::FileBase::getSystemPathFromFileURL(shimURL, sCmdLine) != osl::FileBase::E_None) throw std::exception("getSystemPathFromFileURL failed!"); HANDLE hDup; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits