diff options
Diffstat (limited to 'svtools/source/inc/svimpbox.hxx')
-rw-r--r-- | svtools/source/inc/svimpbox.hxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/svtools/source/inc/svimpbox.hxx b/svtools/source/inc/svimpbox.hxx index caf45482bb2f..552cf095062f 100644 --- a/svtools/source/inc/svimpbox.hxx +++ b/svtools/source/inc/svimpbox.hxx @@ -273,7 +273,6 @@ public: void LoseFocus(); void UpdateAll( bool bInvalidateCompleteView= true, bool bUpdateVerSBar = true ); void SetEntryHeight( short nHeight ); - void PaintEntry(SvTreeListEntry* pEntry, vcl::RenderContext& rRenderContext); void InvalidateEntry( SvTreeListEntry* ); void RecalcFocusRect(); @@ -403,12 +402,6 @@ inline Point SvImpLBox::GetEntryPosition( SvTreeListEntry* pEntry ) const return Point( 0, GetEntryLine( pEntry ) ); } -inline void SvImpLBox::PaintEntry(SvTreeListEntry* pEntry, vcl::RenderContext& rRenderContext) -{ - long nY = GetEntryLine(pEntry); - pView->PaintEntry(pEntry, nY, rRenderContext); -} - inline bool SvImpLBox::IsLineVisible( long nY ) const { bool bRet = true; |