summaryrefslogtreecommitdiffstats
path: root/include/sfx2/templateabstractview.hxx
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2015-05-14 09:47:55 +0900
committerTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2015-05-14 10:00:15 +0900
commit12088e14130c9d07c17f18da861e83c827fcb7e6 (patch)
tree22f2566267c1fbf3ce2c6381a5735a9f02d91da9 /include/sfx2/templateabstractview.hxx
parentrefactor cui tabpages controls to use RenderContext (diff)
downloadcore-12088e14130c9d07c17f18da861e83c827fcb7e6.tar.gz
core-12088e14130c9d07c17f18da861e83c827fcb7e6.zip
refactor Template and ThumbnailView to use RenderContext
Change-Id: I7f4e3e9415219548c919d63c07c5c946bc609a7d
Diffstat (limited to 'include/sfx2/templateabstractview.hxx')
-rw-r--r--include/sfx2/templateabstractview.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/templateabstractview.hxx b/include/sfx2/templateabstractview.hxx
index d85e45a21f52..14d58936acc6 100644
--- a/include/sfx2/templateabstractview.hxx
+++ b/include/sfx2/templateabstractview.hxx
@@ -131,7 +131,7 @@ protected:
virtual void OnItemDblClicked(ThumbnailViewItem *pItem) SAL_OVERRIDE;
- virtual void Paint( vcl::RenderContext& rRenderContext, const Rectangle& rRect ) SAL_OVERRIDE;
+ virtual void Paint(vcl::RenderContext& rRenderContext, const Rectangle& rRect) SAL_OVERRIDE;
protected: