summaryrefslogtreecommitdiff
path: root/include/svtools
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2015-05-10 13:55:14 +0900
committerTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2015-05-11 10:03:28 +0900
commit69e233b75a024de60b677f2226d810cb11fe8f94 (patch)
treee1f77d0136954c3bf740e7ff5df0daae99889426 /include/svtools
parentf17f17c5f54a8cd7e81dbe3f10611b969db113d0 (diff)
refactor BrowseBox, IconChoice to use RenderContext
Change-Id: I7bc3982895fa118616330ee9df88abae96abbe14
Diffstat (limited to 'include/svtools')
-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