summaryrefslogtreecommitdiff
path: root/svx/source/form
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-19 14:11:18 +0200
committerNoel Grandin <noel@peralex.com>2016-08-22 08:24:48 +0200
commite382aa144561dab9295b17c4d5b29d4bd33ad687 (patch)
tree7d2d40c6f6cecf57f46e27adeeaa0a8df9279188 /svx/source/form
parentb6d5719d06190f01e43ed11b190c61fa9612de05 (diff)
convert SdrHitKind to scoped enum
Change-Id: Ia7a18814fed7787e47ac2d3c02654a3648c5491e
Diffstat (limited to 'svx/source/form')
-rw-r--r--svx/source/form/fmshimp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/form/fmshimp.cxx b/svx/source/form/fmshimp.cxx
index dd67e6e42fe3..16a8c760e0a9 100644
--- a/svx/source/form/fmshimp.cxx
+++ b/svx/source/form/fmshimp.cxx
@@ -3915,7 +3915,7 @@ void FmXFormShell::handleMouseButtonDown( const SdrViewEvent& _rViewEvent )
// catch simple double clicks
if ( ( _rViewEvent.nMouseClicks == 2 ) && ( _rViewEvent.nMouseCode == MOUSE_LEFT ) )
{
- if ( _rViewEvent.eHit == SDRHIT_MARKEDOBJECT )
+ if ( _rViewEvent.eHit == SdrHitKind::MarkedObject )
{
if ( onlyControlsAreMarked() )
ShowSelectionProperties( true );