From 55f07d4daa76503530d96b9c20b53c59bcd5bcf9 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 12 Jan 2018 20:10:40 +0100 Subject: More loplugin:cstylecast: vcl auto-rewrite with "Enable loplugin:cstylecast for some more cases" plus solenv/clang-format/reformat-formatted-files Change-Id: I363c01a1ae9e863fca4fb4589829492d7280d711 --- include/vcl/prntypes.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/vcl/prntypes.hxx') diff --git a/include/vcl/prntypes.hxx b/include/vcl/prntypes.hxx index 747f43190fcb..dc7bd64f449b 100644 --- a/include/vcl/prntypes.hxx +++ b/include/vcl/prntypes.hxx @@ -66,7 +66,7 @@ namespace o3tl template<> struct typed_flags : is_typed_flags {}; } -#define QUEUE_JOBS_DONTKNOW ((sal_uLong)0xFFFFFFFF) +#define QUEUE_JOBS_DONTKNOW (sal_uLong(0xFFFFFFFF)) enum class PrinterCapType -- cgit