summaryrefslogtreecommitdiff
path: root/include/sfx2/templateabstractview.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/templateabstractview.hxx')
-rw-r--r--include/sfx2/templateabstractview.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/templateabstractview.hxx b/include/sfx2/templateabstractview.hxx
index 3be1cabe9783..646dd5e85183 100644
--- a/include/sfx2/templateabstractview.hxx
+++ b/include/sfx2/templateabstractview.hxx
@@ -128,9 +128,9 @@ protected:
DECL_LINK(ShowRootRegionHdl, void*);
- virtual void OnItemDblClicked(ThumbnailViewItem *pItem);
+ virtual void OnItemDblClicked(ThumbnailViewItem *pItem) SAL_OVERRIDE;
- virtual void Paint( const Rectangle& rRect );
+ virtual void Paint( const Rectangle& rRect ) SAL_OVERRIDE;
protected: