diff options
Diffstat (limited to 'sw/source/uibase')
-rw-r--r-- | sw/source/uibase/docvw/romenu.cxx | 2 | ||||
-rw-r--r-- | sw/source/uibase/lingu/olmenu.cxx | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/uibase/docvw/romenu.cxx b/sw/source/uibase/docvw/romenu.cxx index a252c16b0140..a9319e70d158 100644 --- a/sw/source/uibase/docvw/romenu.cxx +++ b/sw/source/uibase/docvw/romenu.cxx @@ -217,7 +217,7 @@ SwReadOnlyPopup::SwReadOnlyPopup(const Point &rDPos, SwView &rV) } Check(m_nReadonlyFullscreen, SID_WIN_FULLSCREEN, rDis); - m_xMenu->RemoveDisabledEntries( true, true ); + m_xMenu->RemoveDisabledEntries( true ); } void SwReadOnlyPopup::Execute( vcl::Window* pWin, const Point &rPixPos ) diff --git a/sw/source/uibase/lingu/olmenu.cxx b/sw/source/uibase/lingu/olmenu.cxx index a145c2a54878..68855b28f1b5 100644 --- a/sw/source/uibase/lingu/olmenu.cxx +++ b/sw/source/uibase/lingu/olmenu.cxx @@ -398,7 +398,7 @@ SwSpellPopup::SwSpellPopup( vcl::CommandInfoProvider::GetImageForCommand(".uno:SpellingAndGrammarDialog", xFrame)); checkRedline(); - m_xPopupMenu->RemoveDisabledEntries( true, true ); + m_xPopupMenu->RemoveDisabledEntries( true ); InitItemCommands(aSuggestions); } @@ -555,7 +555,7 @@ SwSpellPopup::SwSpellPopup( vcl::CommandInfoProvider::GetImageForCommand(".uno:SpellingAndGrammarDialog", xFrame)); checkRedline(); - m_xPopupMenu->RemoveDisabledEntries(true, true); + m_xPopupMenu->RemoveDisabledEntries(true); SvtLinguConfig().SetProperty( UPN_IS_GRAMMAR_INTERACTIVE, uno::makeAny( true )); |