Kaydet (Commit) 90d01276 authored tarafından Julien Nabet's avatar Julien Nabet

Remove SwEditWin::ShowHeaderFooterSeparator

Change-Id: Ibbe784ee205bae0854dabe8844c53c9d72382884
üst dc8f9877
......@@ -5739,19 +5739,6 @@ void SwEditWin::ShowAutoTextCorrectQuickHelp(
}
}
void SwEditWin::ShowHeaderFooterSeparator( bool bShowHeader, bool bShowFooter )
{
SwWrtShell& rSh = rView.GetWrtShell();
if ( ( rSh.IsShowHeaderFooterSeparator( Header ) != bShowHeader ) ||
( rSh.IsShowHeaderFooterSeparator( Footer ) != bShowFooter ) )
{
rSh.SetShowHeaderFooterSeparator( Header, bShowHeader );
rSh.SetShowHeaderFooterSeparator( Footer, bShowFooter );
Invalidate();
}
}
bool SwEditWin::IsInHeaderFooter( const Point &rDocPt, FrameControlType &rControl ) const
{
SwWrtShell &rSh = rView.GetWrtShell();
......
......@@ -225,9 +225,6 @@ protected:
void ShowAutoTextCorrectQuickHelp( const String& rWord, SvxAutoCorrCfg* pACfg,
SvxAutoCorrect* pACorr, sal_Bool bFromIME = sal_False );
/// Shows or hides the header & footer separators; only if there is a change.
void ShowHeaderFooterSeparator( bool bShowHeader, bool bShowFooter );
/// Returns true if in header/footer area, or in the header/footer control.
bool IsInHeaderFooter( const Point &rDocPt, FrameControlType &rControl ) const;
public:
......
......@@ -7,7 +7,6 @@ ScVbaFormat<ooo::vba::excel::XStyle>::setAddIndent(com::sun::star::uno::Any cons
ScVbaFormat<ooo::vba::excel::XStyle>::setNumberFormat(com::sun::star::lang::Locale, rtl::OUString const&)
SvtSlideSorterBarOptions::AddListenerLink(Link const&)
SvtSlideSorterBarOptions::RemoveListenerLink(Link const&)
SwEditWin::ShowHeaderFooterSeparator(bool, bool)
TextEngine::GetLeftMargin() const
ThumbnailView::GetItemCount() const
ThumbnailView::ImplScroll(Point const&)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment