[Libreoffice-commits] .: sc/inc
Kohei Yoshida
kohei at kemper.freedesktop.org
Mon Feb 14 13:05:16 PST 2011
sc/inc/scdll.hxx | 19 +++++++------------
1 file changed, 7 insertions(+), 12 deletions(-)
New commits:
commit 4817b2ea70a7550e5980ada0f00ae720550581b9
Author: Kohei Yoshida <kyoshida at novell.com>
Date: Mon Feb 14 16:02:43 2011 -0500
Use doxygen/javadoc style format for class documentation.
diff --git a/sc/inc/scdll.hxx b/sc/inc/scdll.hxx
index 6423815..7130104 100644
--- a/sc/inc/scdll.hxx
+++ b/sc/inc/scdll.hxx
@@ -40,19 +40,14 @@ class SfxFilter;
#include <sfx2/module.hxx>
#include <sfx2/docfac.hxx>
-//-------------------------------------------------------------------------
-
+/**
+ * This class is a wrapper for a Load-On-Demand-DLL. One instance per
+ * SfxApplication will be created for the runtime of
+ * SfxApplication-subclass::Main().
+ *
+ * Remember: Do export this class! It is used by the application.
+ */
class ScDLL
-
-/* [Description]
-
- This class is a wrapper for a Load-On-Demand-DLL. One instance
- per SfxApplication will be created for the runtime of
- SfxApplication-subclass::Main().
-
- Remember: Do export this class! It is used by the application.
-*/
-
{
public:
// Ctor/Dtor must be linked to the application
More information about the Libreoffice-commits
mailing list