summaryrefslogtreecommitdiff
path: root/include/svl
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-09-08 08:31:42 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-09-08 09:19:32 +0200
commit2e0a25ce2b87d3a4bbf944025fc3720933fb391d (patch)
tree57bd8b7c4a4cfe2c0bf5072b25f1d525096d4ff2 /include/svl
parentb02b3bcf4465c9ccb3edcaa26e090db0581cba9e (diff)
loplugin:constantparam
Change-Id: Ic87f0cc863490858b7cc7e74a7f90ec31992dd53 Reviewed-on: https://gerrit.libreoffice.org/42089 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svl')
-rw-r--r--include/svl/itempool.hxx2
-rw-r--r--include/svl/macitem.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/svl/itempool.hxx b/include/svl/itempool.hxx
index b148f0aee5d4..0cd5bfc13342 100644
--- a/include/svl/itempool.hxx
+++ b/include/svl/itempool.hxx
@@ -169,7 +169,7 @@ public:
{ return IsItemPoolable( rItem.Which() ); }
void SetItemInfos( const SfxItemInfo *pInfos );
sal_uInt16 GetWhich( sal_uInt16 nSlot, bool bDeep = true ) const;
- sal_uInt16 GetSlotId( sal_uInt16 nWhich, bool bDeep = true ) const;
+ sal_uInt16 GetSlotId( sal_uInt16 nWhich ) const;
sal_uInt16 GetTrueWhich( sal_uInt16 nSlot, bool bDeep = true ) const;
sal_uInt16 GetTrueSlotId( sal_uInt16 nWhich ) const;
diff --git a/include/svl/macitem.hxx b/include/svl/macitem.hxx
index 9c7a71e551ac..54ca627a632f 100644
--- a/include/svl/macitem.hxx
+++ b/include/svl/macitem.hxx
@@ -88,7 +88,7 @@ public:
SvxMacroTableDtor& operator=( const SvxMacroTableDtor &rCpy );
bool operator==( const SvxMacroTableDtor& rOther ) const;
- void Read( SvStream &, sal_uInt16 nVersion = SVX_MACROTBL_AKTVERSION );
+ void Read( SvStream & );
SvStream& Write( SvStream & ) const;
static sal_uInt16 GetVersion() { return SVX_MACROTBL_AKTVERSION; }