Kaydet (Commit) 52006aa4 authored tarafından Cédric Bosdonnat's avatar Cédric Bosdonnat

Template Manager: removed All category

Change-Id: I073b9601c82a464f705df30cfd7e760c212eb7ca
üst 0c6d58df
...@@ -254,9 +254,6 @@ IMPL_LINK_NOARG(SfxTemplateManagerDlg,ActivatePageHdl) ...@@ -254,9 +254,6 @@ IMPL_LINK_NOARG(SfxTemplateManagerDlg,ActivatePageHdl)
case FILTER_DRAWS: case FILTER_DRAWS:
eFilter = FILTER_APP_DRAW; eFilter = FILTER_APP_DRAW;
break; break;
default:
case FILTER_ALL:
;
} }
mpCurView->filterTemplatesByApp(eFilter); mpCurView->filterTemplatesByApp(eFilter);
return 0; return 0;
......
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
*/ */
#define TAB_CONTROL 1 #define TAB_CONTROL 1
#define FILTER_ALL 2
#define FILTER_DOCS 3 #define FILTER_DOCS 3
#define FILTER_PRESENTATIONS 4 #define FILTER_PRESENTATIONS 4
#define FILTER_SHEETS 5 #define FILTER_SHEETS 5
......
...@@ -119,11 +119,6 @@ ModelessDialog DLG_TEMPLATE_MANAGER ...@@ -119,11 +119,6 @@ ModelessDialog DLG_TEMPLATE_MANAGER
Pos = MAP_APPFONT( 0, 0 ); Pos = MAP_APPFONT( 0, 0 );
PageList = PageList =
{ {
PageItem
{
Identifier = FILTER_ALL;
Text [ en-US ] = "All";
};
PageItem PageItem
{ {
Identifier = FILTER_DOCS; Identifier = FILTER_DOCS;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment