summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-01-30 14:43:36 +0100
committerStephan Bergmann <sbergman@redhat.com>2019-01-30 22:00:26 +0100
commit6d341ad7f015b9efe636dea7084d7b4a60a009bc (patch)
treed9ebd3eead2ab492c2ced28a4d197e09530241d7 /extensions
parent654bbb9559dc4dfbd3dfc56f15fcedae9e8d5a27 (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')
-rw-r--r--extensions/source/scanner/scanwin.cxx2
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;