summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-10-11 23:18:39 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-10-11 23:35:17 -0400
commitd1ce7aaa5ac3c8cd851826d6164db93a9a486609 (patch)
treeef369dfce2a3627a7932303a4ccddd3a4bcafa29 /sd
parentb9640634d0cf698dba1c07d9c89a6246360df792 (diff)
Re-organize the data members of SvTreeListBox.
Change-Id: Iefe8182dc20f22fa65299d9253fba3830cd1a9c5
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/dlg/sdtreelb.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/dlg/sdtreelb.cxx b/sd/source/ui/dlg/sdtreelb.cxx
index 534c178a51e9..8637efa62936 100644
--- a/sd/source/ui/dlg/sdtreelb.cxx
+++ b/sd/source/ui/dlg/sdtreelb.cxx
@@ -1081,7 +1081,7 @@ sal_Int8 SdPageObjsTLB::AcceptDrop (const AcceptDropEvent& rEvent)
{
ImplShowTargetEmphasis( pTargetEntry, sal_False );
}
- else if( !nDragDropMode )
+ else if( !GetDragDropMode() )
{
SAL_WARN( "sc.ui", "SdPageObjsTLB::AcceptDrop(): no target" );
}