diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-01-30 14:43:36 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-01-30 22:00:26 +0100 |
commit | 6d341ad7f015b9efe636dea7084d7b4a60a009bc (patch) | |
tree | d9ebd3eead2ab492c2ced28a4d197e09530241d7 /extensions/source/scanner | |
parent | 654bbb9559dc4dfbd3dfc56f15fcedae9e8d5a27 (diff) |
-Werror,-Wenum-compare (clang-cl)
Change-Id: I1d15098564779ad0ef137b47f36d6a1b23beeb29
Reviewed-on: https://gerrit.libreoffice.org/67147
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'extensions/source/scanner')
-rw-r--r-- | extensions/source/scanner/scanwin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |