From f12476f0f61824f6bf5120d3176731b17a43b817 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 5 Aug 2016 11:59:19 +0200 Subject: loplugin:countusersofdefaultparams in oox..sd Change-Id: I4504939a3957606979c6ac36af6611e1fe072d01 Reviewed-on: https://gerrit.libreoffice.org/27902 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sd/source/ui/inc/View.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sd/source/ui/inc/View.hxx') diff --git a/sd/source/ui/inc/View.hxx b/sd/source/ui/inc/View.hxx index 844fae7c00a3..8e47f46d4e3f 100644 --- a/sd/source/ui/inc/View.hxx +++ b/sd/source/ui/inc/View.hxx @@ -101,12 +101,12 @@ public: const AcceptDropEvent& rEvt, DropTargetHelper& rTargetHelper, ::sd::Window* pTargetWindow, - sal_uInt16 nPage = SDRPAGE_NOTFOUND, + sal_uInt16 nPage, sal_uInt16 nLayer = SDRPAGE_NOTFOUND); virtual sal_Int8 ExecuteDrop ( const ExecuteDropEvent& rEvt, ::sd::Window* pTargetWindow, - sal_uInt16 nPage = SDRPAGE_NOTFOUND, + sal_uInt16 nPage, sal_uInt16 nLayer = SDRPAGE_NOTFOUND); css::uno::Reference -- cgit