summaryrefslogtreecommitdiffstats
path: root/include/vcl/field.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-01-12 20:10:40 +0100
committerStephan Bergmann <sbergman@redhat.com>2018-01-12 20:10:40 +0100
commit55f07d4daa76503530d96b9c20b53c59bcd5bcf9 (patch)
tree7ad8a720341e38258dab12597d25616c3bff8807 /include/vcl/field.hxx
parentMore loplugin:cstylecast: writerfilter (diff)
downloadcore-55f07d4daa76503530d96b9c20b53c59bcd5bcf9.tar.gz
core-55f07d4daa76503530d96b9c20b53c59bcd5bcf9.zip
More loplugin:cstylecast: vcl
auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable loplugin:cstylecast for some more cases" plus solenv/clang-format/reformat-formatted-files Change-Id: I363c01a1ae9e863fca4fb4589829492d7280d711
Diffstat (limited to 'include/vcl/field.hxx')
-rw-r--r--include/vcl/field.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/field.hxx b/include/vcl/field.hxx
index c4139bb7d2d7..be973f6d8bdf 100644
--- a/include/vcl/field.hxx
+++ b/include/vcl/field.hxx
@@ -87,7 +87,7 @@ public:
};
-#define PATTERN_FORMAT_EMPTYLITERALS ((sal_uInt16)0x0001)
+#define PATTERN_FORMAT_EMPTYLITERALS (sal_uInt16(0x0001))
class VCL_DLLPUBLIC PatternFormatter : public FormatterBase
{