summaryrefslogtreecommitdiff
path: root/cppuhelper/inc/cppuhelper/stdidlclass.hxx
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2001-05-28 12:22:46 +0000
committerJuergen Schmidt <jsc@openoffice.org>2001-05-28 12:22:46 +0000
commite5eea1a7886020031b13d008e4b7aceec5513348 (patch)
treeb781cc5f826cf6d1d03d9b961ea3937d4268d3d9 /cppuhelper/inc/cppuhelper/stdidlclass.hxx
parentb84492ef914fe6210fd71d1ca8e9aea37cf364a0 (diff)
#87190# removing leading * in documentation
Diffstat (limited to 'cppuhelper/inc/cppuhelper/stdidlclass.hxx')
-rw-r--r--cppuhelper/inc/cppuhelper/stdidlclass.hxx21
1 files changed, 10 insertions, 11 deletions
diff --git a/cppuhelper/inc/cppuhelper/stdidlclass.hxx b/cppuhelper/inc/cppuhelper/stdidlclass.hxx
index 9c1c60b23600..1f3388e078a2 100644
--- a/cppuhelper/inc/cppuhelper/stdidlclass.hxx
+++ b/cppuhelper/inc/cppuhelper/stdidlclass.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: stdidlclass.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: dbo $ $Date: 2001-03-09 12:15:26 $
+ * last change: $Author: jsc $ $Date: 2001-05-28 13:22:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -67,15 +67,14 @@
namespace cppu {
-/*****
-*
-* Standardfunction to create a XIdlClass for a component.
-* This method is usually used as a helper class. ( Better use the methods below ).
-*
-* HACK : Function returns pointer to XIdlClass instead of
-* a reference. This is because of a MSC 4.x bug.
-*
-******/
+/**
+ Standardfunction to create a XIdlClass for a component.
+ This method is usually used as a helper class. ( Better use the methods below ).
+
+ HACK : Function returns pointer to XIdlClass instead of
+ a reference. This is because of a MSC 4.x bug.
+
+*/
::com::sun::star::reflection::XIdlClass * SAL_CALL createStandardClassWithSequence(
const ::com::sun::star::uno::Reference < ::com::sun::star::lang::XMultiServiceFactory > &rSMgr ,
const ::rtl::OUString & sImplementationName ,