diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-01-12 20:25:09 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-01-12 20:25:09 +0100 |
commit | 54a8e708b4822f6887b5d18af39ccb87387e0774 (patch) | |
tree | 8b94f887d875dedffc39974347fc075a3765cd93 /include/editeng/boxitem.hxx | |
parent | 2e1559cd85d2f1b4e308d63d34bf3632ba4b6d4b (diff) |
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/boxitem.hxx')
-rw-r--r-- | include/editeng/boxitem.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/editeng/boxitem.hxx b/include/editeng/boxitem.hxx index d2c155e822b3..a9b70f4c288a 100644 --- a/include/editeng/boxitem.hxx +++ b/include/editeng/boxitem.hxx @@ -43,12 +43,12 @@ enum class SvxBoxItemLine This version causes SvxBoxItem to store the 4 cell spacing distances separately when serializing to stream. */ -#define BOX_4DISTS_VERSION ((sal_uInt16)1) +#define BOX_4DISTS_VERSION (sal_uInt16(1)) /** This version causes SvxBoxItem to store the styles for its border lines when serializing to stream. */ -#define BOX_BORDER_STYLE_VERSION ((sal_uInt16)2) +#define BOX_BORDER_STYLE_VERSION (sal_uInt16(2)) class EDITENG_DLLPUBLIC SvxBoxItem : public SfxPoolItem { |