summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwplnopts.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwplnopts.cxx')
-rw-r--r--lotuswordpro/source/filter/lwplnopts.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/lotuswordpro/source/filter/lwplnopts.cxx b/lotuswordpro/source/filter/lwplnopts.cxx
index f06774ad184b..566db68b37c6 100644
--- a/lotuswordpro/source/filter/lwplnopts.cxx
+++ b/lotuswordpro/source/filter/lwplnopts.cxx
@@ -56,14 +56,11 @@
#include <lwpglobalmgr.hxx>
#include "lwplnopts.hxx"
-LwpLineNumberOptions::LwpLineNumberOptions(LwpObjectStream* pStrm)
-{
- Read(pStrm);
-}
+LwpLineNumberOptions::LwpLineNumberOptions(LwpObjectStream* pStrm) { Read(pStrm); }
/**
* @descr Read LwpLineNumberOptions from object stream
*/
-void LwpLineNumberOptions::Read(LwpObjectStream *pStrm)
+void LwpLineNumberOptions::Read(LwpObjectStream* pStrm)
{
m_nType = pStrm->QuickReaduInt16();
m_nFlags = pStrm->QuickReaduInt16();