summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl/unoobj.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-03-29 13:19:40 +0000
committerRüdiger Timm <rt@openoffice.org>2005-03-29 13:19:40 +0000
commit2728244ae62d2018b7726a7a049d35e7f5d4ff68 (patch)
tree5500a64eb1a0f583cde4d18dd982491968ab4bed /sd/source/ui/unoidl/unoobj.cxx
parent67c76918aefb7de17b93e7ce900337794203e3ec (diff)
INTEGRATION: CWS effectmigration01 (1.45.20); FILE MERGED
2005/03/15 18:08:59 cl 1.45.20.2: RESYNC: (1.45-1.46); FILE MERGED 2005/03/10 16:19:41 cl 1.45.20.1: #i44578# added EffectMigration for better effect export to OOo 1.x
Diffstat (limited to 'sd/source/ui/unoidl/unoobj.cxx')
-rw-r--r--sd/source/ui/unoidl/unoobj.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sd/source/ui/unoidl/unoobj.cxx b/sd/source/ui/unoidl/unoobj.cxx
index d25c30088447..2834b52519ce 100644
--- a/sd/source/ui/unoidl/unoobj.cxx
+++ b/sd/source/ui/unoidl/unoobj.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unoobj.cxx,v $
*
- * $Revision: 1.47 $
+ * $Revision: 1.48 $
*
- * last change: $Author: kz $ $Date: 2005-03-18 17:03:40 $
+ * last change: $Author: rt $ $Date: 2005-03-29 14:19:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1818,5 +1818,3 @@ uno::Sequence< OUString > SAL_CALL SdUnoEventsAccess::getSupportedServiceNames(
uno::Sequence< OUString > aStr( &maStrServiceName, 1 );
return aStr;
}
-
-