summaryrefslogtreecommitdiff
path: root/lotuswordpro/inc/xfilter/xftabstop.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/inc/xfilter/xftabstop.hxx')
-rw-r--r--lotuswordpro/inc/xfilter/xftabstop.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/lotuswordpro/inc/xfilter/xftabstop.hxx b/lotuswordpro/inc/xfilter/xftabstop.hxx
index 2f5ad893072d..466ea535bdd8 100644
--- a/lotuswordpro/inc/xfilter/xftabstop.hxx
+++ b/lotuswordpro/inc/xfilter/xftabstop.hxx
@@ -66,16 +66,16 @@
class XFTabStop : public XFContent
{
public:
- virtual void ToXml(IXFStream *pStrm) override;
+ virtual void ToXml(IXFStream* pStrm) override;
};
-inline void XFTabStop::ToXml(IXFStream *pStrm)
+inline void XFTabStop::ToXml(IXFStream* pStrm)
{
- IXFAttrList *pAttrList = pStrm->GetAttrList();
+ IXFAttrList* pAttrList = pStrm->GetAttrList();
pAttrList->Clear();
- pStrm->StartElement( "text:tab-stop" );
- pStrm->EndElement( "text:tab-stop" );
+ pStrm->StartElement("text:tab-stop");
+ pStrm->EndElement("text:tab-stop");
}
#endif