summaryrefslogtreecommitdiff
path: root/lotuswordpro/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-11-03 09:52:08 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-11-06 07:13:42 +0100
commit0d50804e1c0c0ea2a5cd73fa3fa2a9ff0a0e7048 (patch)
treeab861bba797a4610ffd5b482cc8fa4c4d5b59c35 /lotuswordpro/inc
parent26e8b589b3f7716a80df7f3a9273e4967d9b0991 (diff)
loplugin:constparams in various(2)
Change-Id: I533a7eb724b15e168a28dc92cd5962a39bc96e7c Reviewed-on: https://gerrit.libreoffice.org/44313 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'lotuswordpro/inc')
-rw-r--r--lotuswordpro/inc/lwpdocdata.hxx4
-rw-r--r--lotuswordpro/inc/xfilter/xfbgimage.hxx2
-rw-r--r--lotuswordpro/inc/xfilter/xfimage.hxx2
3 files changed, 4 insertions, 4 deletions
diff --git a/lotuswordpro/inc/lwpdocdata.hxx b/lotuswordpro/inc/lwpdocdata.hxx
index 68abe847d8eb..68df1951844b 100644
--- a/lotuswordpro/inc/lwpdocdata.hxx
+++ b/lotuswordpro/inc/lwpdocdata.hxx
@@ -168,8 +168,8 @@ private:
LtTm m_nLastRevisionTime;
LtTm m_nTotalEditTime;
private:
- static OUString DateTimeToOUString(LtTm& dt);
- static OUString TimeToOUString(LtTm& dt);
+ static OUString DateTimeToOUString(LtTm const & dt);
+ static OUString TimeToOUString(LtTm const & dt);
public:
void Read() override;
diff --git a/lotuswordpro/inc/xfilter/xfbgimage.hxx b/lotuswordpro/inc/xfilter/xfbgimage.hxx
index 8f2e75208fbb..8940cfe41ea3 100644
--- a/lotuswordpro/inc/xfilter/xfbgimage.hxx
+++ b/lotuswordpro/inc/xfilter/xfbgimage.hxx
@@ -80,7 +80,7 @@ public:
/**
* @descr Use base64 stream as image source.
*/
- void SetImageData(sal_uInt8 *buf, int len);
+ void SetImageData(sal_uInt8 const *buf, int len);
/**
* @descr Set the iamge position type.
diff --git a/lotuswordpro/inc/xfilter/xfimage.hxx b/lotuswordpro/inc/xfilter/xfimage.hxx
index 019e509167a5..92410a6061f4 100644
--- a/lotuswordpro/inc/xfilter/xfimage.hxx
+++ b/lotuswordpro/inc/xfilter/xfimage.hxx
@@ -81,7 +81,7 @@ public:
/**
* @descr Use base64 stream.
*/
- void SetImageData(sal_uInt8 *buf, int len);
+ void SetImageData(sal_uInt8 const *buf, int len);
/**
* @descr Output image.