summaryrefslogtreecommitdiff
path: root/sot
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-02-07 13:47:15 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-02-07 13:47:15 +0000
commitd8923d502c58b1dcb191ae4302dfa01407fa34aa (patch)
tree1a04b510d0abbf6c48512504b86544bf3cdc76b5 /sot
parentec36b6b4e39938d3ac695cbbf81365de42f0f894 (diff)
INTEGRATION: CWS templatetype1 (1.87.12); FILE MERGED
2005/02/01 07:31:48 mav 1.87.12.1: #i41172# mediatypes for oasis templates
Diffstat (limited to 'sot')
-rw-r--r--sot/source/sdstor/ucbstorage.cxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/sot/source/sdstor/ucbstorage.cxx b/sot/source/sdstor/ucbstorage.cxx
index fd747ab53bf0..a65463833a7a 100644
--- a/sot/source/sdstor/ucbstorage.cxx
+++ b/sot/source/sdstor/ucbstorage.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ucbstorage.cxx,v $
*
- * $Revision: 1.87 $
+ * $Revision: 1.88 $
*
- * last change: $Author: hr $ $Date: 2004-12-13 12:48:39 $
+ * last change: $Author: rt $ $Date: 2005-02-07 14:47:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -465,20 +465,26 @@ SvGlobalName GetClassId_Impl( sal_Int32 nFormat )
switch ( nFormat )
{
case SOT_FORMATSTR_ID_STARWRITER_8 :
+ case SOT_FORMATSTR_ID_STARWRITER_8_TEMPLATE :
return SvGlobalName( SO3_SW_CLASSID_60 );
case SOT_FORMATSTR_ID_STARWRITERWEB_8 :
return SvGlobalName( SO3_SWWEB_CLASSID_60 );
case SOT_FORMATSTR_ID_STARWRITERGLOB_8 :
return SvGlobalName( SO3_SWGLOB_CLASSID_60 );
case SOT_FORMATSTR_ID_STARDRAW_8 :
+ case SOT_FORMATSTR_ID_STARDRAW_8_TEMPLATE :
return SvGlobalName( SO3_SDRAW_CLASSID_60 );
case SOT_FORMATSTR_ID_STARIMPRESS_8 :
+ case SOT_FORMATSTR_ID_STARIMPRESS_8_TEMPLATE :
return SvGlobalName( SO3_SIMPRESS_CLASSID_60 );
case SOT_FORMATSTR_ID_STARCALC_8 :
+ case SOT_FORMATSTR_ID_STARCALC_8_TEMPLATE :
return SvGlobalName( SO3_SC_CLASSID_60 );
case SOT_FORMATSTR_ID_STARCHART_8 :
+ case SOT_FORMATSTR_ID_STARCHART_8_TEMPLATE :
return SvGlobalName( SO3_SCH_CLASSID_60 );
case SOT_FORMATSTR_ID_STARMATH_8 :
+ case SOT_FORMATSTR_ID_STARMATH_8_TEMPLATE :
return SvGlobalName( SO3_SM_CLASSID_60 );
case SOT_FORMATSTR_ID_STARWRITER_60 :
return SvGlobalName( SO3_SW_CLASSID_60 );