summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/swdll.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sw/inc/swdll.hxx b/sw/inc/swdll.hxx
index 501cc4964b2c..ab8362c33774 100644
--- a/sw/inc/swdll.hxx
+++ b/sw/inc/swdll.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: swdll.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2006-08-14 15:33:06 $
+ * last change: $Author: hr $ $Date: 2007-06-27 13:14:27 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -71,8 +71,6 @@ public:
static void Init(); // called directly after loading the DLL
static void Exit(); // called directly befor unloading the DLL
-
- static void FillStatusBar(StatusBar &rBar);
};
//-------------------------------------------------------------------------