summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat@free.fr>2013-01-09 14:22:23 +0100
committerNoel Power <noel.power@suse.com>2013-01-14 18:39:05 +0000
commitc61861f870385f0cfbf8f5aa1b8d301475c6a73e (patch)
tree4be28628458b9b571443db25f9d76390e4a76a04 /sfx2
parentb5c1b435378e1e4c99416eb865477123ab596c85 (diff)
Template Manager: removed All category
Change-Id: I073b9601c82a464f705df30cfd7e760c212eb7ca Reviewed-on: https://gerrit.libreoffice.org/1674 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/doc/templatedlg.cxx3
-rw-r--r--sfx2/source/doc/templatedlg.hrc1
-rw-r--r--sfx2/source/doc/templatedlg.src5
3 files changed, 0 insertions, 9 deletions
diff --git a/sfx2/source/doc/templatedlg.cxx b/sfx2/source/doc/templatedlg.cxx
index bff2dc158977..7bd3741c1557 100644
--- a/sfx2/source/doc/templatedlg.cxx
+++ b/sfx2/source/doc/templatedlg.cxx
@@ -253,9 +253,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
@@ -121,11 +121,6 @@ ModelessDialog DLG_TEMPLATE_MANAGER
{
PageItem
{
- Identifier = FILTER_ALL;
- Text [ en-US ] = "All";
- };
- PageItem
- {
Identifier = FILTER_DOCS;
Text [ en-US ] = "Documents";
};