summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/unodoc.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-02-25 16:23:08 +0000
committerKurt Zenker <kz@openoffice.org>2004-02-25 16:23:08 +0000
commit0e5a7473da701c32a024b48fefc30ef0fba03f95 (patch)
treea6bdad1e230a939b890eaee4960f989f8b0c81d9 /sc/source/ui/unoobj/unodoc.cxx
parent3dc886aecf45a18c5de1eceecf77e7b4a33e293f (diff)
INTEGRATION: CWS layoutmanager (1.4.12); FILE MERGED
2004/01/26 09:17:06 as 1.4.12.1: #111770 correct handling of service names
Diffstat (limited to 'sc/source/ui/unoobj/unodoc.cxx')
-rw-r--r--sc/source/ui/unoobj/unodoc.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sc/source/ui/unoobj/unodoc.cxx b/sc/source/ui/unoobj/unodoc.cxx
index 99c7da9fc..d0632f609 100644
--- a/sc/source/ui/unoobj/unodoc.cxx
+++ b/sc/source/ui/unoobj/unodoc.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unodoc.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: kz $ $Date: 2004-01-28 13:31:12 $
+ * last change: $Author: kz $ $Date: 2004-02-25 17:23:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -88,7 +88,6 @@ using namespace ::com::sun::star;
uno::Sequence< rtl::OUString > SAL_CALL ScDocument_getSupportedServiceNames() throw()
{
- // dont register for generic services!
uno::Sequence< rtl::OUString > aSeq( 1 );
aSeq[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.sheet.SpreadsheetDocument" ));
return aSeq;