summaryrefslogtreecommitdiff
path: root/lotuswordpro/inc/xfilter/xffloatframe.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/inc/xfilter/xffloatframe.hxx')
-rw-r--r--lotuswordpro/inc/xfilter/xffloatframe.hxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/lotuswordpro/inc/xfilter/xffloatframe.hxx b/lotuswordpro/inc/xfilter/xffloatframe.hxx
index e6b973d01818..a89843a989c1 100644
--- a/lotuswordpro/inc/xfilter/xffloatframe.hxx
+++ b/lotuswordpro/inc/xfilter/xffloatframe.hxx
@@ -70,19 +70,18 @@
class XFFloatFrame : public XFFrame
{
public:
-
/**
* @descr output range: [start,end], not [start,end).
*/
XFFloatFrame(sal_Int32 start, sal_Int32 end, bool all);
public:
- void ToXml(IXFStream *pStrm) override;
+ void ToXml(IXFStream* pStrm) override;
private:
- sal_Int32 m_nStart;
- sal_Int32 m_nEnd;
- bool m_bAll;
+ sal_Int32 m_nStart;
+ sal_Int32 m_nEnd;
+ bool m_bAll;
};
#endif