summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpfootnote.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-08-01 09:29:37 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-08-01 10:18:35 +0200
commit8c64b2e06b7495e50c0a8d46d639316283da6a9c (patch)
tree531a8078c97f076f7d0170016f539e8e28d2dc4c /lotuswordpro/source/filter/lwpfootnote.hxx
parenttdf#109790 RTF import: keep remembering paragraph style between \cell and \row (diff)
downloadcore-8c64b2e06b7495e50c0a8d46d639316283da6a9c.tar.gz
core-8c64b2e06b7495e50c0a8d46d639316283da6a9c.zip
loplugin:constparams in lotuswordpro
Change-Id: I2ad14fa797c99d26975dc472c1db115d94160eee Reviewed-on: https://gerrit.libreoffice.org/40615 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'lotuswordpro/source/filter/lwpfootnote.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpfootnote.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/lotuswordpro/source/filter/lwpfootnote.hxx b/lotuswordpro/source/filter/lwpfootnote.hxx
index 58dfc2622f52..1857489f0410 100644
--- a/lotuswordpro/source/filter/lwpfootnote.hxx
+++ b/lotuswordpro/source/filter/lwpfootnote.hxx
@@ -123,7 +123,7 @@ class LwpTable;
class LwpFootnote : public LwpOrderedObject
{
public:
- LwpFootnote(LwpObjectHeader &objHdr, LwpSvStream* pStrm);
+ LwpFootnote(LwpObjectHeader const &objHdr, LwpSvStream* pStrm);
virtual ~LwpFootnote() override;
void RegisterStyle() override;
void XFConvert(XFContentContainer * pCont) override;
@@ -150,7 +150,7 @@ private:
class LwpFootnoteTable : public LwpTable
{
public:
- LwpFootnoteTable(LwpObjectHeader &objHdr, LwpSvStream* pStrm);
+ LwpFootnoteTable(LwpObjectHeader const &objHdr, LwpSvStream* pStrm);
protected:
void Read() override;
};
@@ -234,7 +234,7 @@ public:
class LwpFootnoteOptions : public LwpObject
{
public:
- LwpFootnoteOptions(LwpObjectHeader &objHdr, LwpSvStream* pStrm);
+ LwpFootnoteOptions(LwpObjectHeader const &objHdr, LwpSvStream* pStrm);
void RegisterStyle() override;
protected:
void Read() override;