diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-10-03 15:38:57 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-10-04 08:39:36 +0200 |
commit | e5c91797d355ed2d6ce65e460880443d8de94d1a (patch) | |
tree | 3f4442ff0a8225d110207b02e2fb2654a1b3b74c /sd | |
parent | c96fb68d9527ef5a30dfcb7ba5b04122ee2e94ee (diff) |
convert SDR_TRISTATE to TriState
Change-Id: Iac440d313006d01667e433bea97925ccaa9282da
Reviewed-on: https://gerrit.libreoffice.org/43084
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/view/drviews7.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/drviews7.cxx b/sd/source/ui/view/drviews7.cxx index 437e847b0682..70af2889ba9f 100644 --- a/sd/source/ui/view/drviews7.cxx +++ b/sd/source/ui/view/drviews7.cxx @@ -479,7 +479,7 @@ void DrawViewShell::GetMenuState( SfxItemSet &rSet ) SfxItemState::DEFAULT == rSet.GetItemState( SID_GLUE_VERTALIGN_BOTTOM ) ) { // percent - SDR_TRISTATE eState = mpDrawView->IsMarkedGluePointsPercent(); + TriState eState = mpDrawView->IsMarkedGluePointsPercent(); if( eState == TRISTATE_INDET ) rSet.InvalidateItem( SID_GLUE_PERCENT ); else |