diff options
author | Rafael Dominguez <venccsralph@gmail.com> | 2013-03-28 16:23:36 -0430 |
---|---|---|
committer | Rafael Dominguez <venccsralph@gmail.com> | 2013-03-28 20:47:58 -0430 |
commit | 0d3906aa95e06f96efcf698d8926be0aae267b04 (patch) | |
tree | 93fe49924a57e872ad189f1775edb43f97af7209 /sfx2/source/control | |
parent | cf8bd2d0e991329accbff4dabd5661828cd55e48 (diff) |
Display empty folders in Template Manager.
Change-Id: I5924fabd911d1b9bfb70cd7611fd1fe7a1a44dce
Diffstat (limited to 'sfx2/source/control')
-rw-r--r-- | sfx2/source/control/templateabstractview.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
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; } |