summaryrefslogtreecommitdiff
path: root/include/svx/rotmodit.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-11-27 15:40:27 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-11-28 07:26:58 +0100
commit7c548bf66af69a308ab891bc396cc192c9bf30c9 (patch)
tree54eb22aca557f4fb088ee040ce76ea44b095ce95 /include/svx/rotmodit.hxx
parent8f88161bbd043208480ef01278ceaae38599725a (diff)
loplugin:countusersofdefaultparams in svx
Change-Id: I2c9ea6c38b75dcafeb36931b6c2e94489819144f Reviewed-on: https://gerrit.libreoffice.org/45336 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/rotmodit.hxx')
-rw-r--r--include/svx/rotmodit.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/rotmodit.hxx b/include/svx/rotmodit.hxx
index 69c09a09925c..7327880e0cd9 100644
--- a/include/svx/rotmodit.hxx
+++ b/include/svx/rotmodit.hxx
@@ -39,7 +39,7 @@ class SVX_DLLPUBLIC SvxRotateModeItem: public SfxEnumItem<SvxRotateMode>
public:
static SfxPoolItem* CreateDefault();
- SvxRotateModeItem( SvxRotateMode eMode, sal_uInt16 nWhich=0);
+ SvxRotateModeItem( SvxRotateMode eMode, sal_uInt16 nWhich);
SvxRotateModeItem( const SvxRotateModeItem& rItem );
virtual ~SvxRotateModeItem() override;