diff options
author | Noel Grandin <noel@peralex.com> | 2016-03-16 10:17:37 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-03-16 11:35:38 +0000 |
commit | 78f0d15893c56d7368ddd7ded4e70f2a3bb9d2f4 (patch) | |
tree | 2dc9a366e0854d852a17ef32ee819b00a6b61778 /xmloff/source/draw/ximpstyl.hxx | |
parent | 732476f2e3c10edf1776171605d8ce6c6b22338f (diff) |
loplugin:constantparam in xmloff/
Change-Id: I376f1d4ac65de584f9caa6ba8e25e43216374112
Reviewed-on: https://gerrit.libreoffice.org/23295
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'xmloff/source/draw/ximpstyl.hxx')
-rw-r--r-- | xmloff/source/draw/ximpstyl.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xmloff/source/draw/ximpstyl.hxx b/xmloff/source/draw/ximpstyl.hxx index c82cb06302e2..6e1c5c08f2ad 100644 --- a/xmloff/source/draw/ximpstyl.hxx +++ b/xmloff/source/draw/ximpstyl.hxx @@ -210,7 +210,6 @@ public: SdXMLStylesContext( SdXMLImport& rImport, - sal_uInt16 nPrfx, const OUString& rLName, const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList, bool bIsAutoStyle); @@ -238,7 +237,6 @@ public: SdXMLMasterStylesContext( SdXMLImport& rImport, - sal_uInt16 nPrfx, const OUString& rLName); virtual ~SdXMLMasterStylesContext(); |