summaryrefslogtreecommitdiff
path: root/sw/inc/swdll.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/swdll.hxx')
-rw-r--r--sw/inc/swdll.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/swdll.hxx b/sw/inc/swdll.hxx
index a6b06c5ed50c..39e5b2d2ab0a 100644
--- a/sw/inc/swdll.hxx
+++ b/sw/inc/swdll.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -39,7 +39,7 @@ class StatusBar;
class SwDLL
-/* [Description]
+/* [Description]
This class is a wrapper for a Load-On-Demand-DLL. One instance
per SfxApplication will be created for the runtime of
@@ -58,8 +58,8 @@ public:
SwDLL();
~SwDLL();
- static void Init(); // called directly after loading the DLL
- static void Exit(); // called directly befor unloading the DLL
+ static void Init(); // called directly after loading the DLL
+ static void Exit(); // called directly befor unloading the DLL
};
//-------------------------------------------------------------------------