summaryrefslogtreecommitdiffstats
path: root/include/sfx2/tplpitem.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-09-09 13:26:44 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-09-09 12:42:25 +0000
commit20c14c812ccc00692d42d294d3b8dea1774e3511 (patch)
treed48011cd869cf64069c84d1494f504f6f59b8ed1 /include/sfx2/tplpitem.hxx
parentBlind fix for MSVC (diff)
downloadcore-20c14c812ccc00692d42d294d3b8dea1774e3511.tar.gz
core-20c14c812ccc00692d42d294d3b8dea1774e3511.zip
loplugin:constantparam in sfx2
Change-Id: If5d401001abb7bf3fc642d47f537b57836e6d9c5 Reviewed-on: https://gerrit.libreoffice.org/28772 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/sfx2/tplpitem.hxx')
-rw-r--r--include/sfx2/tplpitem.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/sfx2/tplpitem.hxx b/include/sfx2/tplpitem.hxx
index 17c4a5295819..a98f13ee75e8 100644
--- a/include/sfx2/tplpitem.hxx
+++ b/include/sfx2/tplpitem.hxx
@@ -32,8 +32,7 @@ public:
static SfxPoolItem* CreateDefault();
SfxTemplateItem();
SfxTemplateItem( sal_uInt16 nWhich,
- const OUString &rStyle,
- sal_uInt16 nMask = SFXSTYLEBIT_ALL );
+ const OUString &rStyle );
SfxTemplateItem( const SfxTemplateItem& );
const OUString& GetStyleName() const { return aStyle; }