diff options
author | Noel Grandin <noel@peralex.com> | 2015-04-21 15:53:44 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-04-22 10:28:41 +0200 |
commit | 2884e9be256207d0876e6d67300a85462801778b (patch) | |
tree | 074c75b539f905bbd91fb294e233d5038b19ce1c /sd/source/ui/dlg/sdtreelb.cxx | |
parent | 1b5f6935a498c1d9eea35ba0aa2edd25ee11ca47 (diff) |
convert SVLBOX_ constants to scoped enum
Change-Id: Ibe384ffae00e045ccfa7d3f7f080f8eb6b3149a9
Diffstat (limited to 'sd/source/ui/dlg/sdtreelb.cxx')
-rw-r--r-- | sd/source/ui/dlg/sdtreelb.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/dlg/sdtreelb.cxx b/sd/source/ui/dlg/sdtreelb.cxx index 6ea85b4c2f79..1e43cc07e6bd 100644 --- a/sd/source/ui/dlg/sdtreelb.cxx +++ b/sd/source/ui/dlg/sdtreelb.cxx @@ -1301,7 +1301,7 @@ sal_Int8 SdPageObjsTLB::AcceptDrop (const AcceptDropEvent& rEvent) nResult = DND_ACTION_MOVE; // Draw emphasis. - if (pEntry != pTargetEntry || !(nImpFlags & SVLBOX_TARGEMPH_VIS)) + if (pEntry != pTargetEntry || !(nImpFlags & SvTreeListBoxFlags::TARGEMPH_VIS)) { ImplShowTargetEmphasis( pTargetEntry, false ); pTargetEntry = pEntry; |