From ed00d0ddd663085a5fd180301cdc82af80bc8077 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 8 Sep 2014 15:31:14 +0100 Subject: create a master document template type MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit of application/vnd.oasis.opendocument.text-master-template with suffic otm https://lists.oasis-open.org/archives/office-comment/201002/msg00042.html desktop/icons/oasis-master-document-template.icns is just a copy of desktop/icons/oasis-master-document.icns because I can't draw Change-Id: I0d18c79c4c893e97505052884ee8be97d0f117a1 Reviewed-on: https://gerrit.libreoffice.org/11350 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- include/sot/formats.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/sot/formats.hxx') diff --git a/include/sot/formats.hxx b/include/sot/formats.hxx index dc4feaaee52c..4cfb94bb66e1 100644 --- a/include/sot/formats.hxx +++ b/include/sot/formats.hxx @@ -176,7 +176,8 @@ #define SOT_FORMATSTR_ID_STARBASE_8 ((sal_uLong)139) #define SOT_FORMATSTR_ID_HC_GDIMETAFILE ((sal_uLong)140) #define SOT_FORMATSTR_ID_PNG ((sal_uLong)141) -#define SOT_FORMATSTR_ID_USER_END SOT_FORMATSTR_ID_PNG +#define SOT_FORMATSTR_ID_STARWRITERGLOB_8_TEMPLATE ((sal_uLong)142) +#define SOT_FORMATSTR_ID_USER_END SOT_FORMATSTR_ID_STARWRITERGLOB_8_TEMPLATE #endif // INCLUDED_SOT_FORMATS_HXX -- cgit