diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 12:14:27 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 12:14:27 +0000 |
commit | 6ed4d7c2870223c11e4c662bf8368cf27e855298 (patch) | |
tree | d66bd94e2a81f710561c5bee4b2d92391c77408c /sw/inc | |
parent | 5b11b7f78cbbec18949326d506f7a9d02f24c5c1 (diff) |
INTEGRATION: CWS smarttags3 (1.5.210); FILE MERGED
2007/04/27 13:08:16 fme 1.5.210.1: #i75130# New SmartTag API
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/swdll.hxx | 6 |
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); }; //------------------------------------------------------------------------- |