summaryrefslogtreecommitdiffstats
path: root/include/editeng/ulspitem.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-01-12 20:25:09 +0100
committerStephan Bergmann <sbergman@redhat.com>2018-01-12 20:25:09 +0100
commit54a8e708b4822f6887b5d18af39ccb87387e0774 (patch)
tree8b94f887d875dedffc39974347fc075a3765cd93 /include/editeng/ulspitem.hxx
parentMore loplugin:cstylecast: embeddedobj (diff)
downloadcore-54a8e708b4822f6887b5d18af39ccb87387e0774.tar.gz
core-54a8e708b4822f6887b5d18af39ccb87387e0774.zip
More loplugin:cstylecast: editeng
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: I09a4d688e6f3c1ecbe05a7d27ebd955e8ba1eb65
Diffstat (limited to 'include/editeng/ulspitem.hxx')
-rw-r--r--include/editeng/ulspitem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/ulspitem.hxx b/include/editeng/ulspitem.hxx
index 559638d72a85..5734afbf5696 100644
--- a/include/editeng/ulspitem.hxx
+++ b/include/editeng/ulspitem.hxx
@@ -30,7 +30,7 @@
This item describes the Upper- and Lower space of a page or paragraph.
*/
-#define ULSPACE_16_VERSION ((sal_uInt16)0x0001)
+#define ULSPACE_16_VERSION (sal_uInt16(0x0001))
class EDITENG_DLLPUBLIC SvxULSpaceItem : public SfxPoolItem
{