summaryrefslogtreecommitdiff
path: root/include/xmloff/xmlaustp.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-07-20 11:49:30 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-07-20 13:03:29 +0200
commit8bedbc3f567f3f6d567376ccf0830160df1d4bbb (patch)
treed3f4292a0529dbced8916abd3a6cef53ae6ad2b5 /include/xmloff/xmlaustp.hxx
parentf24b46c27243b88e4d367d7b105d1365e97dbd76 (diff)
loplugin:constparams in xmloff
Change-Id: Iec9535b106c85e47ddb14eec4ef3db5b1c8d8fd7 Reviewed-on: https://gerrit.libreoffice.org/40219 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/xmloff/xmlaustp.hxx')
-rw-r--r--include/xmloff/xmlaustp.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xmloff/xmlaustp.hxx b/include/xmloff/xmlaustp.hxx
index a9cf607d0268..7b270ce09724 100644
--- a/include/xmloff/xmlaustp.hxx
+++ b/include/xmloff/xmlaustp.hxx
@@ -97,8 +97,8 @@ public:
/// register (families + names)
void RegisterNames(
- css::uno::Sequence<sal_Int32>& aFamilies,
- css::uno::Sequence<OUString>& aNames );
+ css::uno::Sequence<sal_Int32> const & aFamilies,
+ css::uno::Sequence<OUString> const & aNames );
/// Add an item set to the pool and return its generated name.
OUString Add( sal_Int32 nFamily, const ::std::vector< XMLPropertyState >& rProperties );