summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-11-11 12:50:49 +0100
committerMichael Stahl <mstahl@redhat.com>2015-11-13 11:03:02 +0100
commit457a744e27948a08cba387270fb835d785b1422c (patch)
tree04486f1404493678edff6d9964fab499f263a618 /svtools
parentddd7259e6ac97a7a2840762060639a39f76a156c (diff)
svtools: remove pointless sal_uLong cast
Change-Id: Icb37c70535fec579effddf39f2e60e4418c9d98e
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/contnr/treelistbox.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/contnr/treelistbox.cxx b/svtools/source/contnr/treelistbox.cxx
index 1db200baa64d..b575ecf362cb 100644
--- a/svtools/source/contnr/treelistbox.cxx
+++ b/svtools/source/contnr/treelistbox.cxx
@@ -1314,8 +1314,8 @@ nAction
EnableSelectionAsDropTarget();
#ifndef UNX
- if ((nAction == DND_ACTION_MOVE) && ( (g_pDDTarget &&
- ((sal_uLong)(g_pDDTarget->GetModel())!=(sal_uLong)(this->GetModel()))) ||
+ if ((nAction == DND_ACTION_MOVE) && ((g_pDDTarget &&
+ ((g_pDDTarget->GetModel()) != (this->GetModel()))) ||
!g_pDDTarget))
{
RemoveSelection();