From 0d3906aa95e06f96efcf698d8926be0aae267b04 Mon Sep 17 00:00:00 2001 From: Rafael Dominguez Date: Thu, 28 Mar 2013 16:23:36 -0430 Subject: Display empty folders in Template Manager. Change-Id: I5924fabd911d1b9bfb70cd7611fd1fe7a1a44dce --- sfx2/source/control/templateabstractview.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'sfx2/source') diff --git a/sfx2/source/control/templateabstractview.cxx b/sfx2/source/control/templateabstractview.cxx index 8287cad62388..aae6328c1969 100644 --- a/sfx2/source/control/templateabstractview.cxx +++ b/sfx2/source/control/templateabstractview.cxx @@ -103,8 +103,6 @@ bool ViewFilter_Application::operator () (const ThumbnailViewItem *pItem) } } } - - return mApp != FILTER_APP_NONE ? nVisCount : true ; } return true; } -- cgit