Kaydet (Commit) f87317c3 authored tarafından Miklos Vajna's avatar Miklos Vajna

SwFrame::Retouche() -> Retouch() rename

Change-Id: I2a93358c64f831a3dd014942c900b7ae46a3836f
Reviewed-on: https://gerrit.libreoffice.org/23290Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.co.uk>
Tested-by: 's avatarJenkins <ci@libreoffice.org>
üst f0f973da
......@@ -392,9 +392,8 @@ public:
drawinglayer::processor2d::BaseProcessor2D * CreateProcessor2D( ) const;
void ProcessPrimitives( const drawinglayer::primitive2d::Primitive2DContainer& rSequence ) const;
// FIXME: EasyHack (refactoring): rename method name in all files
// retouch, not in the area of the given Rect!
void Retouche( const SwPageFrame *pPage, const SwRect &rRect ) const;
void Retouch( const SwPageFrame *pPage, const SwRect &rRect ) const;
bool GetBackgroundBrush(
drawinglayer::attribute::SdrAllFillAttributesHelperPtr& rFillAttributes,
......
......@@ -3635,7 +3635,7 @@ void SwLayoutFrame::Paint(vcl::RenderContext& rRenderContext, SwRect const& rRec
if ( pFrame->IsRetoucheFrame() && bWin && !pFrame->GetNext() )
{ if ( !pPage )
pPage = FindPageFrame();
pFrame->Retouche( pPage, rRect );
pFrame->Retouch( pPage, rRect );
}
pFrame->ResetRetouche();
}
......@@ -7386,7 +7386,7 @@ const vcl::Font& SwPageFrame::GetEmptyPageFont()
* The whole area of the upper which is located below the Frame will be
* cleared using PaintBackground.
*/
void SwFrame::Retouche( const SwPageFrame * pPage, const SwRect &rRect ) const
void SwFrame::Retouch( const SwPageFrame * pPage, const SwRect &rRect ) const
{
if ( gProp.bSFlyMetafile )
return;
......
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