summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpusrdicts.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpusrdicts.cxx')
-rw-r--r--lotuswordpro/source/filter/lwpusrdicts.cxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/lotuswordpro/source/filter/lwpusrdicts.cxx b/lotuswordpro/source/filter/lwpusrdicts.cxx
index f4362368469e..d4a74e6f5789 100644
--- a/lotuswordpro/source/filter/lwpusrdicts.cxx
+++ b/lotuswordpro/source/filter/lwpusrdicts.cxx
@@ -61,19 +61,16 @@
#include "lwpusrdicts.hxx"
#include <lwpatomholder.hxx>
-LwpUserDictFiles::LwpUserDictFiles(LwpObjectStream *pStrm)
-{
- Read(pStrm);
-}
+LwpUserDictFiles::LwpUserDictFiles(LwpObjectStream* pStrm) { Read(pStrm); }
/**
* @descr Read UserDictFiles in VO_DOCUMENT
* words are skipped, not parsed yet
**/
-void LwpUserDictFiles::Read(LwpObjectStream *pStrm)
+void LwpUserDictFiles::Read(LwpObjectStream* pStrm)
{
sal_uInt16 cnt = pStrm->QuickReaduInt16();
LwpAtomHolder word;
- while(cnt--)
+ while (cnt--)
{
word.Read(pStrm);
pStrm->SkipExtra();