From 6d341ad7f015b9efe636dea7084d7b4a60a009bc Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 30 Jan 2019 14:43:36 +0100 Subject: -Werror,-Wenum-compare (clang-cl) Change-Id: I1d15098564779ad0ef137b47f36d6a1b23beeb29 Reviewed-on: https://gerrit.libreoffice.org/67147 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- extensions/source/scanner/scanwin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/source/scanner') 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; -- cgit