summaryrefslogtreecommitdiff
path: root/include/svtools/brwbox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/brwbox.hxx')
-rw-r--r--include/svtools/brwbox.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/svtools/brwbox.hxx b/include/svtools/brwbox.hxx
index 03c35f09a8be..6c3465544e4c 100644
--- a/include/svtools/brwbox.hxx
+++ b/include/svtools/brwbox.hxx
@@ -362,9 +362,8 @@ protected:
*/
virtual bool SeekRow( long nRow ) = 0;
void DrawCursor();
- void PaintData( vcl::Window& rWin, const Rectangle& rRect );
- virtual void PaintField( OutputDevice& rDev, const Rectangle& rRect,
- sal_uInt16 nColumnId ) const = 0;
+ void PaintData(vcl::Window& rWin, vcl::RenderContext& rRenderContext, const Rectangle& rRect);
+ virtual void PaintField(OutputDevice& rDev, const Rectangle& rRect, sal_uInt16 nColumnId) const = 0;
// Advice for the subclass: the visible scope of rows has changed.
// The subclass is able to announce changes of the model with the
// help of the methods RowInserted and RowRemoved. Because of the