summaryrefslogtreecommitdiff
path: root/cui/source/customize/cfg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/customize/cfg.cxx')
-rw-r--r--cui/source/customize/cfg.cxx26
1 files changed, 7 insertions, 19 deletions
diff --git a/cui/source/customize/cfg.cxx b/cui/source/customize/cfg.cxx
index 90545756487c..a02a4d713243 100644
--- a/cui/source/customize/cfg.cxx
+++ b/cui/source/customize/cfg.cxx
@@ -1531,18 +1531,14 @@ void SvxMenuEntriesListBox::dispose()
// drag and drop support
DragDropMode SvxMenuEntriesListBox::NotifyStartDrag(
- TransferDataContainer& aTransferDataContainer, SvTreeListEntry* pEntry )
+ TransferDataContainer&, SvTreeListEntry* )
{
- (void)aTransferDataContainer;
- (void)pEntry;
-
m_bIsInternalDrag = true;
return GetDragDropMode();
}
-void SvxMenuEntriesListBox::DragFinished( sal_Int8 nDropAction )
+void SvxMenuEntriesListBox::DragFinished( sal_Int8 )
{
- (void)nDropAction;
m_bIsInternalDrag = false;
}
@@ -1593,13 +1589,9 @@ TriState SvxMenuEntriesListBox::NotifyMoving(
}
TriState SvxMenuEntriesListBox::NotifyCopying(
- SvTreeListEntry* pTarget, SvTreeListEntry* pSource,
- SvTreeListEntry*& rpNewParent, sal_uLong& rNewChildPos)
+ SvTreeListEntry* pTarget, SvTreeListEntry*,
+ SvTreeListEntry*&, sal_uLong&)
{
- (void)pSource;
- (void)rpNewParent;
- (void)rNewChildPos;
-
if ( !m_bIsInternalDrag )
{
// if the target is NULL then add function to the start of the list
@@ -4846,14 +4838,10 @@ TriState SvxToolbarEntriesListBox::NotifyMoving(
TriState SvxToolbarEntriesListBox::NotifyCopying(
SvTreeListEntry* pTarget,
- SvTreeListEntry* pSource,
- SvTreeListEntry*& rpNewParent,
- sal_uLong& rNewChildPos)
+ SvTreeListEntry*,
+ SvTreeListEntry*&,
+ sal_uLong&)
{
- (void)pSource;
- (void)rpNewParent;
- (void)rNewChildPos;
-
if ( !m_bIsInternalDrag )
{
// if the target is NULL then add function to the start of the list