summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpcharborderoverride.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpcharborderoverride.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpcharborderoverride.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/lotuswordpro/source/filter/lwpcharborderoverride.hxx b/lotuswordpro/source/filter/lwpcharborderoverride.hxx
index 478ceed456d8..cc135f05b327 100644
--- a/lotuswordpro/source/filter/lwpcharborderoverride.hxx
+++ b/lotuswordpro/source/filter/lwpcharborderoverride.hxx
@@ -81,16 +81,16 @@ private:
LwpCharacterBorderOverride& operator=(LwpCharacterBorderOverride const& rOther) = delete;
std::unique_ptr<LwpBorderStuff> m_pBorderStuff;
- std::unique_ptr<LwpMargins> m_pMargins;
- sal_Int32 m_nAboveWidth;
- sal_Int32 m_nBelowWidth;
+ std::unique_ptr<LwpMargins> m_pMargins;
+ sal_Int32 m_nAboveWidth;
+ sal_Int32 m_nBelowWidth;
enum
{
- PBO_STUFF = 0x01,
- PBO_MARGINS = 0x04,
- PBO_ABOVE = 0x40,
- PBO_BELOW = 0x80
+ PBO_STUFF = 0x01,
+ PBO_MARGINS = 0x04,
+ PBO_ABOVE = 0x40,
+ PBO_BELOW = 0x80
};
};