summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpdropcapmgr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpdropcapmgr.cxx')
-rw-r--r--lotuswordpro/source/filter/lwpdropcapmgr.cxx14
1 files changed, 3 insertions, 11 deletions
diff --git a/lotuswordpro/source/filter/lwpdropcapmgr.cxx b/lotuswordpro/source/filter/lwpdropcapmgr.cxx
index f091e771456a..816618bfc204 100644
--- a/lotuswordpro/source/filter/lwpdropcapmgr.cxx
+++ b/lotuswordpro/source/filter/lwpdropcapmgr.cxx
@@ -60,18 +60,10 @@
#include <lwpdropcapmgr.hxx>
-LwpDropcapMgr::LwpDropcapMgr()
-{
- m_pXFPara = nullptr;
-}
+LwpDropcapMgr::LwpDropcapMgr() { m_pXFPara = nullptr; }
-LwpDropcapMgr::~LwpDropcapMgr()
-{
-}
+LwpDropcapMgr::~LwpDropcapMgr() {}
-void LwpDropcapMgr::SetXFPara(XFParagraph* pXFPara)
-{
- m_pXFPara = pXFPara;
-}
+void LwpDropcapMgr::SetXFPara(XFParagraph* pXFPara) { m_pXFPara = pXFPara; }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */