summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpsortopt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpsortopt.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpsortopt.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwpsortopt.hxx b/lotuswordpro/source/filter/lwpsortopt.hxx
index 4c0b94aa1c38..54fcba15dbcc 100644
--- a/lotuswordpro/source/filter/lwpsortopt.hxx
+++ b/lotuswordpro/source/filter/lwpsortopt.hxx
@@ -74,8 +74,9 @@ private:
sal_uInt16 m_nField;
sal_uInt16 m_nFlag;
sal_uInt16 m_nWord;
+
public:
- void Read(LwpObjectStream *pStrm);
+ void Read(LwpObjectStream* pStrm);
};
/**
* @brief sort options in VO_DOCUMENT
@@ -85,8 +86,10 @@ class LwpSortOption
{
public:
explicit LwpSortOption(LwpObjectStream* pStrm);
+
public:
- void Read(LwpObjectStream *pStrm);
+ void Read(LwpObjectStream* pStrm);
+
private:
LwpSortKey m_Keys[3];
sal_uInt16 m_nCount;