operator fixing
This commit is contained in:
parent
33996edb39
commit
45e8a9dca7
1 changed files with 1 additions and 1 deletions
|
@ -1950,7 +1950,7 @@ long SfxOrganizeDlg_Impl::Dispatch_Impl( sal_uInt16 nId, Menu* _pMenu )
|
|||
bHandled = sal_False;
|
||||
}
|
||||
|
||||
if ( !bHandled && ( nId > ID_RESET_DEFAULT_TEMPLATE || nId <= ID_RESET_DEFAULT_TEMPLATE_END ) )
|
||||
if ( !bHandled && ( nId > ID_RESET_DEFAULT_TEMPLATE && nId <= ID_RESET_DEFAULT_TEMPLATE_END ) )
|
||||
{
|
||||
Menu* pSubMenu = _pMenu ? _pMenu : aEditBtn.GetPopupMenu()->GetPopupMenu( ID_RESET_DEFAULT_TEMPLATE );
|
||||
if ( pSubMenu )
|
||||
|
|
Loading…
Reference in a new issue