From eacbdd0e974ff8229b18d1a8434a6ca08cfe8b34 Mon Sep 17 00:00:00 2001 From: Krisztian Pinter Date: Wed, 11 Sep 2013 17:34:09 +0200 Subject: startcenter: Hide template toggle button if no templates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I9c6f2058e67990156a4be928449c6ebe6614e486 Reviewed-on: https://gerrit.libreoffice.org/5913 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- include/sfx2/templatelocalview.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/sfx2/templatelocalview.hxx') diff --git a/include/sfx2/templatelocalview.hxx b/include/sfx2/templatelocalview.hxx index 139fa70850c3..02cc26a352ab 100644 --- a/include/sfx2/templatelocalview.hxx +++ b/include/sfx2/templatelocalview.hxx @@ -37,6 +37,8 @@ public: // Fill view with template folders thumbnails virtual void Populate (); + bool HasUnfilteredItems(FILTER_APPLICATION App); + virtual void reload (); virtual void showRootRegion (); -- cgit