summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2014-07-03 13:35:03 +0200
committerFridrich Strba <fridrich@documentfoundation.org>2014-07-03 16:54:49 +0000
commit82d685e72fb1c656d3977fa2a16f2bea256cc2be (patch)
tree90f22e01606f52739620faea3ad88d3be93237b3
parent24fbc8ef2a4332b7a70e9d1148ea625df862388c (diff)
fdo#77057 quick fix: do not touch KindMap for alien file types
Change-Id: Iffc24dc7ce12de07660eadcf8a525e77856593e1 (cherry picked from commit 57bf88d21cacb025e7bea40da78616bb4d165215) Reviewed-on: https://gerrit.libreoffice.org/10054 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
-rwxr-xr-xscp2/inc/macros.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/scp2/inc/macros.inc b/scp2/inc/macros.inc
index bed8deb62930..12545aa8f05e 100755
--- a/scp2/inc/macros.inc
+++ b/scp2/inc/macros.inc
@@ -434,7 +434,6 @@ End
REGISTRY_ENTRY_PRINT_CMD(name,modid,app) \
REGISTRY_ENTRY_PRINTTO_CMD(name,modid,app) \
REGISTRY_ENTRY_CAPABILITIES(name,modid,key,doc_type) \
- REGISTRY_ENTRY_KINDMAP(name, modid, key) \
#define CONDITIONAL_REGISTER_DOCTEMPLATE_EXTENSION(name,modid,key,cond,disp_name,icon_id,app,default,doc_type) \
CONDITIONAL_MODULE_ENTRY(name,modid) \
@@ -449,9 +448,6 @@ End
REGISTRY_ENTRY_PRINT_CMD(name,modid,app) \
REGISTRY_ENTRY_PRINTTO_CMD(name,modid,app) \
REGISTRY_ENTRY_TEMPLATE_CAPABILITIES(name,modid,key,doc_type) \
- REGISTRY_ENTRY_KINDMAP(name, modid, key) \
-
-
#ifdef _MSC_VER