From ec36b6b4e39938d3ac695cbbf81365de42f0f894 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Mon, 7 Feb 2005 13:46:58 +0000 Subject: [PATCH] INTEGRATION: CWS templatetype1 (1.41.18); FILE MERGED 2005/02/01 07:31:48 mav 1.41.18.1: #i41172# mediatypes for oasis templates --- sot/source/sdstor/storage.cxx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/sot/source/sdstor/storage.cxx b/sot/source/sdstor/storage.cxx index ba9e5d1cb18d..f193ce933f9f 100644 --- a/sot/source/sdstor/storage.cxx +++ b/sot/source/sdstor/storage.cxx @@ -2,9 +2,9 @@ * * $RCSfile: storage.cxx,v $ * - * $Revision: 1.41 $ + * $Revision: 1.42 $ * - * last change: $Author: obo $ $Date: 2004-10-18 15:21:23 $ + * last change: $Author: rt $ $Date: 2005-02-07 14:46:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1579,13 +1579,19 @@ sal_Int32 SotStorage::GetVersion( const com::sun::star::uno::Reference < com::su switch( nSotFormatID ) { case SOT_FORMATSTR_ID_STARWRITER_8: + case SOT_FORMATSTR_ID_STARWRITER_8_TEMPLATE: case SOT_FORMATSTR_ID_STARWRITERWEB_8: case SOT_FORMATSTR_ID_STARWRITERGLOB_8: case SOT_FORMATSTR_ID_STARDRAW_8: + case SOT_FORMATSTR_ID_STARDRAW_8_TEMPLATE: case SOT_FORMATSTR_ID_STARIMPRESS_8: + case SOT_FORMATSTR_ID_STARIMPRESS_8_TEMPLATE: case SOT_FORMATSTR_ID_STARCALC_8: + case SOT_FORMATSTR_ID_STARCALC_8_TEMPLATE: case SOT_FORMATSTR_ID_STARCHART_8: + case SOT_FORMATSTR_ID_STARCHART_8_TEMPLATE: case SOT_FORMATSTR_ID_STARMATH_8: + case SOT_FORMATSTR_ID_STARMATH_8_TEMPLATE: return SOFFICE_FILEFORMAT_8; case SOT_FORMATSTR_ID_STARWRITER_60: case SOT_FORMATSTR_ID_STARWRITERWEB_60: