Kaydet (Commit) 6d341ad7 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wenum-compare (clang-cl)

Change-Id: I1d15098564779ad0ef137b47f36d6a1b23beeb29
Reviewed-on: https://gerrit.libreoffice.org/67147
Tested-by: Jenkins
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 654bbb95
......@@ -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;
......
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