summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/sdtreelb.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/dlg/sdtreelb.cxx')
-rw-r--r--sd/source/ui/dlg/sdtreelb.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sd/source/ui/dlg/sdtreelb.cxx b/sd/source/ui/dlg/sdtreelb.cxx
index 3bb125de459e..147073b4ed02 100644
--- a/sd/source/ui/dlg/sdtreelb.cxx
+++ b/sd/source/ui/dlg/sdtreelb.cxx
@@ -1101,11 +1101,8 @@ void SdPageObjsTLB::KeyInput( const KeyEvent& rKEvt )
/**
* StartDrag-Request
*/
-void SdPageObjsTLB::StartDrag( sal_Int8 nAction, const Point& rPosPixel)
+void SdPageObjsTLB::StartDrag( sal_Int8, const Point& rPosPixel)
{
- (void)nAction;
- (void)rPosPixel;
-
SdNavigatorWin* pNavWin = nullptr;
SvTreeListEntry* pEntry = GetEntry(rPosPixel);