summaryrefslogtreecommitdiff
path: root/sc/inc/scdll.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/scdll.hxx')
-rw-r--r--sc/inc/scdll.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/inc/scdll.hxx b/sc/inc/scdll.hxx
index fdf279289c5a..6f7b16352aa5 100644
--- a/sc/inc/scdll.hxx
+++ b/sc/inc/scdll.hxx
@@ -39,17 +39,17 @@ class SfxFilter;
class ScDLL
{
public:
- // Ctor/Dtor must be linked to the application
+ /// Ctor/Dtor must be linked to the application
ScDLL();
~ScDLL();
- // static-init/exit-code must be linked to the application
- static void LibInit(); // called from SfxApplication-subclass::Init()
- static void LibExit(); // called from SfxApplication-subclass::Exit()
+ /// static-init/exit-code must be linked to the application
+ static void LibInit(); ///< called from SfxApplication-subclass::Init()
+ static void LibExit(); ///< called from SfxApplication-subclass::Exit()
static void PreExit(); // muss vor LibExit gerufen werden
- // DLL-init/exit-code must be linked to the DLL only
- static SC_DLLPUBLIC void Init(); // called directly after loading the DLL
+ /// DLL-init/exit-code must be linked to the DLL only
+ static SC_DLLPUBLIC void Init(); ///< called directly after loading the DLL
static sal_uLong DetectFilter( SfxMedium& rMedium, const SfxFilter** ppFilter,
SfxFilterFlags nMust, SfxFilterFlags nDont );