diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-10-19 12:02:47 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-10-19 12:02:47 +0200 |
commit | ddac8522821ae288d4ce1533f9ebe8daf9e2d935 (patch) | |
tree | 1b046f6fb03f94a5a7fab73b00b8de440cf203ca /sd | |
parent | 69bf37136c1386c7220f38a896aa9865bdae665f (diff) |
-Werror=shadow
Change-Id: I940661c947307dc5dea371e5e6f9a9aedbfc904d
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 c47b4a14cf06..6a575865492d 100644 --- a/sd/source/ui/view/drviews7.cxx +++ b/sd/source/ui/view/drviews7.cxx @@ -461,7 +461,7 @@ void DrawViewShell::GetMenuState( SfxItemSet &rSet ) SfxItemState::DEFAULT == rSet.GetItemState( SID_GLUE_VERTALIGN_BOTTOM ) ) { // percent - TRISTATE eState = mpDrawView->IsMarkedGluePointsPercent(); + SDR_TRISTATE eState = mpDrawView->IsMarkedGluePointsPercent(); if( eState == TRISTATE_INDET ) rSet.InvalidateItem( SID_GLUE_PERCENT ); else |