summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/xfilter/xfframestyle.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/xfilter/xfframestyle.cxx')
-rw-r--r--lotuswordpro/source/filter/xfilter/xfframestyle.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/lotuswordpro/source/filter/xfilter/xfframestyle.cxx b/lotuswordpro/source/filter/xfilter/xfframestyle.cxx
index b11ce54694e2..e5e2779ff7da 100644
--- a/lotuswordpro/source/filter/xfilter/xfframestyle.cxx
+++ b/lotuswordpro/source/filter/xfilter/xfframestyle.cxx
@@ -67,10 +67,10 @@ XFFrameStyle::XFFrameStyle()
{
m_eWrap = enumXFWrapNone;
m_nWrapLines = 0; //not limited.
- m_pBorders = NULL;
- m_pColumns = NULL;
- m_pShadow = NULL;
- m_pBGImage = NULL;
+ m_pBorders = nullptr;
+ m_pColumns = nullptr;
+ m_pShadow = nullptr;
+ m_pBGImage = nullptr;
m_bProtectContent = false;
m_bProtectSize = false;