diff options
Diffstat (limited to 'svtools/source/control/stdmenu.cxx')
-rw-r--r-- | svtools/source/control/stdmenu.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/control/stdmenu.cxx b/svtools/source/control/stdmenu.cxx index 6a5e0dcf18f4..760e7848f1a7 100644 --- a/svtools/source/control/stdmenu.cxx +++ b/svtools/source/control/stdmenu.cxx @@ -96,7 +96,7 @@ void FontNameMenu::SetCurName(const OUString& rName) OUString aText = GetItemText( nItemId ); if ( aText == maCurName ) { - CheckItem( nItemId, true ); + CheckItem( nItemId ); return; } } @@ -219,7 +219,7 @@ void FontSizeMenu::SetCurHeight( long nHeight ) if ( mpHeightAry[i] == nHeight ) { - CheckItem( nItemId, true ); + CheckItem( nItemId ); return; } |