summaryrefslogtreecommitdiff
path: root/lotuswordpro/inc/xfilter/xfmasterpage.hxx
diff options
context:
space:
mode:
authorPhilipp Hofer <philipp.hofer@protonmail.com>2020-11-12 13:07:21 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-11-19 01:37:21 +0100
commit69b12a6eb3616d15035310eeb0c3dbc7aefcb5c1 (patch)
tree85fa3dd6e742033dc0b5a04b45a1e035a4c93cbd /lotuswordpro/inc/xfilter/xfmasterpage.hxx
parent6ceb1d0f2e23749fe03fab08ec338ba4d7782173 (diff)
tdf#123936 Formatting files in module lotuswordpro with clang-format
Change-Id: I3110b452b6c81fb7e5c10f6ba98ce521c51c0427 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105690 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Jenkins
Diffstat (limited to 'lotuswordpro/inc/xfilter/xfmasterpage.hxx')
-rw-r--r--lotuswordpro/inc/xfilter/xfmasterpage.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/lotuswordpro/inc/xfilter/xfmasterpage.hxx b/lotuswordpro/inc/xfilter/xfmasterpage.hxx
index dfb10dea0da0..f321f5bbf7d3 100644
--- a/lotuswordpro/inc/xfilter/xfmasterpage.hxx
+++ b/lotuswordpro/inc/xfilter/xfmasterpage.hxx
@@ -69,18 +69,18 @@ class XFHeader;
class XFMasterPage : public XFStyle
{
public:
- void SetPageMaster(const OUString& pm);
+ void SetPageMaster(const OUString& pm);
- void SetHeader(rtl::Reference<XFHeader> const & rHeader);
+ void SetHeader(rtl::Reference<XFHeader> const& rHeader);
- void SetFooter(rtl::Reference<XFFooter> const & rFooter);
+ void SetFooter(rtl::Reference<XFFooter> const& rFooter);
virtual enumXFStyle GetStyleFamily() override;
- virtual void ToXml(IXFStream *pStrm) override;
+ virtual void ToXml(IXFStream* pStrm) override;
private:
- OUString m_strPageMaster;
+ OUString m_strPageMaster;
rtl::Reference<XFHeader> m_xHeader;
rtl::Reference<XFFooter> m_xFooter;
};