summaryrefslogtreecommitdiff
path: root/include/comphelper
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-04-23 12:28:38 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-04-24 14:12:39 +0100
commitd65d2b1d7e94f60849a4071644b6ee83309c719f (patch)
tree51125878d3d2dc81fa37cc59373753219ba10c5f /include/comphelper
parent6e24cf09c5f73a6496320a42fb070e78f1527357 (diff)
remove unused macros
Change-Id: Ie051a0d584fc0470237f4ac0723e8730a6b47ed3
Diffstat (limited to 'include/comphelper')
-rw-r--r--include/comphelper/documentconstants.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/comphelper/documentconstants.hxx b/include/comphelper/documentconstants.hxx
index 913d0c718797..47d31a53609b 100644
--- a/include/comphelper/documentconstants.hxx
+++ b/include/comphelper/documentconstants.hxx
@@ -48,11 +48,6 @@
#define MIMETYPE_VND_SUN_XML_IMPRESS_TEMPLATE_ASCII "application/vnd.sun.xml.impress.template"
#define MIMETYPE_VND_SUN_XML_CALC_TEMPLATE_ASCII "application/vnd.sun.xml.calc.template"
-#define MIMETYPE_VND_SUN_XML_WRITER_TEMPLATE OUString( MIMETYPE_VND_SUN_XML_WRITER_TEMPLATE_ASCII )
-#define MIMETYPE_VND_SUN_XML_DRAW_TEMPLATE OUString( MIMETYPE_VND_SUN_XML_DRAW_TEMPLATE_ASCII )
-#define MIMETYPE_VND_SUN_XML_IMPRESS_TEMPLATE OUString( MIMETYPE_VND_SUN_XML_IMPRESS_TEMPLATE_ASCII )
-#define MIMETYPE_VND_SUN_XML_CALC_TEMPLATE OUString( MIMETYPE_VND_SUN_XML_CALC_TEMPLATE_ASCII )
-
// formats of SO8
#define MIMETYPE_OASIS_OPENDOCUMENT_TEXT_ASCII "application/vnd.oasis.opendocument.text"
#define MIMETYPE_OASIS_OPENDOCUMENT_TEXT_WEB_ASCII "application/vnd.oasis.opendocument.text-web"