From 52006aa4050a07fcc238f3cc9e1faa1ac95d08ec Mon Sep 17 00:00:00 2001 From: Cédric Bosdonnat Date: Wed, 9 Jan 2013 14:22:23 +0100 Subject: Template Manager: removed All category Change-Id: I073b9601c82a464f705df30cfd7e760c212eb7ca --- sfx2/source/doc/templatedlg.cxx | 3 --- sfx2/source/doc/templatedlg.hrc | 1 - sfx2/source/doc/templatedlg.src | 5 ----- 3 files changed, 9 deletions(-) (limited to 'sfx2/source/doc') diff --git a/sfx2/source/doc/templatedlg.cxx b/sfx2/source/doc/templatedlg.cxx index 6b9a2c462fb9..4c12338057d4 100644 --- a/sfx2/source/doc/templatedlg.cxx +++ b/sfx2/source/doc/templatedlg.cxx @@ -254,9 +254,6 @@ IMPL_LINK_NOARG(SfxTemplateManagerDlg,ActivatePageHdl) case FILTER_DRAWS: eFilter = FILTER_APP_DRAW; break; - default: - case FILTER_ALL: - ; } mpCurView->filterTemplatesByApp(eFilter); return 0; diff --git a/sfx2/source/doc/templatedlg.hrc b/sfx2/source/doc/templatedlg.hrc index 02c6702ff385..672575c38b05 100644 --- a/sfx2/source/doc/templatedlg.hrc +++ b/sfx2/source/doc/templatedlg.hrc @@ -7,7 +7,6 @@ */ #define TAB_CONTROL 1 -#define FILTER_ALL 2 #define FILTER_DOCS 3 #define FILTER_PRESENTATIONS 4 #define FILTER_SHEETS 5 diff --git a/sfx2/source/doc/templatedlg.src b/sfx2/source/doc/templatedlg.src index 2480862d92a4..a3514316e76f 100644 --- a/sfx2/source/doc/templatedlg.src +++ b/sfx2/source/doc/templatedlg.src @@ -119,11 +119,6 @@ ModelessDialog DLG_TEMPLATE_MANAGER Pos = MAP_APPFONT( 0, 0 ); PageList = { - PageItem - { - Identifier = FILTER_ALL; - Text [ en-US ] = "All"; - }; PageItem { Identifier = FILTER_DOCS; -- cgit