diff options
author | Michael Stahl <mstahl@redhat.com> | 2017-02-20 21:20:08 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-02-21 16:57:58 +0100 |
commit | 27a8a8e61a39d1eafc36d656a1c54c804c7aec71 (patch) | |
tree | 71bf7ccf340f79515c121320b473a08db8ea4a4c /sw | |
parent | a620cfd83eaca1ef550811f99fbbc3d7fe3dbd70 (diff) |
sw: this member is a WW8_CP
Change-Id: I639ea24900a7774369636554547e63e9c84c5ed3
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/ww8/ww8scan.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/ww8scan.hxx b/sw/source/filter/ww8/ww8scan.hxx index 8ad343a8467b..d841ee9b5024 100644 --- a/sw/source/filter/ww8/ww8scan.hxx +++ b/sw/source/filter/ww8/ww8scan.hxx @@ -914,7 +914,7 @@ public: private: wwSprmParser maSprmParser; - long m_nCpO; // Origin Cp -- the basis for nNewCp + WW8_CP m_nCpO; //< Origin Cp -- the basis for nNewCp WW8_CP m_nLineEnd; // points *after* the <CR> sal_uInt16 m_nPLCF; // this many PLCFs are managed |