summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpfribsection.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpfribsection.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpfribsection.hxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/lotuswordpro/source/filter/lwpfribsection.hxx b/lotuswordpro/source/filter/lwpfribsection.hxx
index 58e8c91a3e5f..0f1da0ff664f 100644
--- a/lotuswordpro/source/filter/lwpfribsection.hxx
+++ b/lotuswordpro/source/filter/lwpfribsection.hxx
@@ -86,7 +86,7 @@ private:
bool IsNeedSection();
private:
- bool m_bNewSection;
+ bool m_bNewSection;
OUString m_FillerPageStyleName;
OUString m_SectionStyleName;
OUString m_StyleName; //master page style name
@@ -101,18 +101,19 @@ private:
*/
class LwpSection;
class XFIndex;
-class LwpFribSection: public LwpFrib
+class LwpFribSection : public LwpFrib
{
public:
- explicit LwpFribSection(LwpPara* pPara );
+ explicit LwpFribSection(LwpPara* pPara);
virtual ~LwpFribSection() override;
void Read(LwpObjectStream* pObjStrm, sal_uInt16 len) override;
- LwpSection * GetSection();
+ LwpSection* GetSection();
void RegisterSectionStyle();
void ParseSection();
void SetSectionName();
LwpPageLayout* GetPageLayout();
+
private:
void SetDefaultAlphaIndex(XFIndex* pXFIndex);