summaryrefslogtreecommitdiffstats
path: root/writerfilter/source/dmapper/StyleSheetTable.hxx
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 /writerfilter/source/dmapper/StyleSheetTable.hxx
parentconvert various vcl system fields from unsigned long -> sal_uInt32 (diff)
downloadcore-0d50804e1c0c0ea2a5cd73fa3fa2a9ff0a0e7048.tar.gz
core-0d50804e1c0c0ea2a5cd73fa3fa2a9ff0a0e7048.zip
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 'writerfilter/source/dmapper/StyleSheetTable.hxx')
-rw-r--r--writerfilter/source/dmapper/StyleSheetTable.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerfilter/source/dmapper/StyleSheetTable.hxx b/writerfilter/source/dmapper/StyleSheetTable.hxx
index e09dfa6384d3..b9131c02b53c 100644
--- a/writerfilter/source/dmapper/StyleSheetTable.hxx
+++ b/writerfilter/source/dmapper/StyleSheetTable.hxx
@@ -133,7 +133,7 @@ public:
// @param mask mask describing which properties to return
PropertyMapPtr GetProperties( sal_Int32 nMask);
- TableStyleSheetEntry( StyleSheetEntry& aEntry );
+ TableStyleSheetEntry( StyleSheetEntry const & aEntry );
virtual ~TableStyleSheetEntry( ) override;
private: