summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwplnopts.cxx
diff options
context:
space:
mode:
authorPhilipp Hofer <philipp.hofer@protonmail.com>2020-11-12 13:07:21 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-11-19 01:37:21 +0100
commit69b12a6eb3616d15035310eeb0c3dbc7aefcb5c1 (patch)
tree85fa3dd6e742033dc0b5a04b45a1e035a4c93cbd /lotuswordpro/source/filter/lwplnopts.cxx
parent6ceb1d0f2e23749fe03fab08ec338ba4d7782173 (diff)
tdf#123936 Formatting files in module lotuswordpro with clang-format
Change-Id: I3110b452b6c81fb7e5c10f6ba98ce521c51c0427 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105690 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Jenkins
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();