summaryrefslogtreecommitdiff
path: root/embedserv/source/embed/guid.cxx
diff options
context:
space:
mode:
authorMikhail Voitenko <mav@openoffice.org>2003-03-25 07:24:23 +0000
committerMikhail Voitenko <mav@openoffice.org>2003-03-25 07:24:23 +0000
commite694d3e6b94fd244189932079f2120d74178d34e (patch)
tree5351aca11c0f2a4244cc7bd62259abeb0d6f544a /embedserv/source/embed/guid.cxx
parent4117d55740abbc3987d486fa1044ffe5dbc0d1a4 (diff)
#i2822# web and global documents are not supported
Diffstat (limited to 'embedserv/source/embed/guid.cxx')
-rwxr-xr-xembedserv/source/embed/guid.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/embedserv/source/embed/guid.cxx b/embedserv/source/embed/guid.cxx
index 081b78eadb7a..b83bea891afb 100755
--- a/embedserv/source/embed/guid.cxx
+++ b/embedserv/source/embed/guid.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: guid.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mav $ $Date: 2003-03-17 11:02:34 $
+ * last change: $Author: mav $ $Date: 2003-03-25 08:23:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,13 +73,13 @@
{
if ( *guid == OID_WriterTextServer )
return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "com.sun.star.comp.Writer.TextDocument" ) );
-
+/*
if ( *guid == OID_WriterWebServer )
return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "com.sun.star.comp.Writer.WebDocument" ) );
if ( *guid == OID_WriterGlobalServer )
return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "com.sun.star.comp.Writer.GlobalDocument" ) );
-
+*/
if ( *guid == OID_CalcServer )
return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "com.sun.star.comp.Calc.SpreadsheetDocument" ) );
@@ -99,13 +99,13 @@
{
if ( *guid == OID_WriterTextServer )
return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "StarOffice XML (Writer)" ) );
-
+/*
if ( *guid == OID_WriterWebServer )
return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "HTML" ) );
if ( *guid == OID_WriterGlobalServer )
return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "writer_globaldocument_StarOffice_XML_Writer_GlobalDocument" ) );
-
+*/
if ( *guid == OID_CalcServer )
return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "StarOffice XML (Calc)" ) );