summaryrefslogtreecommitdiff
path: root/sw/inc/swmodule.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 14:33:49 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 14:33:49 +0000
commit51c601a650610b19874267bbf8ff1ec003ec41de (patch)
treec25092a1a7a3c81b46b5e25262b051940c7bd58a /sw/inc/swmodule.hxx
parent1ec91bcad638a7b24e13be3aec14b6d99d96fca0 (diff)
INTEGRATION: CWS writercorehandoff (1.25.344); FILE MERGED
2006/04/28 13:27:11 fme 1.25.344.3: RESYNC: (1.26-1.27); FILE MERGED 2005/09/13 12:12:01 tra 1.25.344.2: RESYNC: (1.25-1.26); FILE MERGED 2005/06/07 14:10:22 fme 1.25.344.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.
Diffstat (limited to 'sw/inc/swmodule.hxx')
-rw-r--r--sw/inc/swmodule.hxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/sw/inc/swmodule.hxx b/sw/inc/swmodule.hxx
index f592217b5786..bec9768c301a 100644
--- a/sw/inc/swmodule.hxx
+++ b/sw/inc/swmodule.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: swmodule.hxx,v $
*
- * $Revision: 1.27 $
+ * $Revision: 1.28 $
*
- * last change: $Author: kz $ $Date: 2006-04-27 09:44:45 $
+ * last change: $Author: hr $ $Date: 2006-08-14 15:33:49 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -34,7 +34,6 @@
************************************************************************/
#ifndef _SWMODULE_HXX
#define _SWMODULE_HXX
-
#ifndef _LINK_HXX //autogen
#include <tools/link.hxx>
#endif
@@ -72,7 +71,6 @@
class SvStringsDtor;
class Color;
-class AuthorCharAttr;
class SfxItemSet;
class SfxRequest;
class SfxErrorHandler;
@@ -83,7 +81,6 @@ class SwViewOption;
class SwView;
class SwWrtShell;
class SwPrintOptions;
-class SwAutoFmtOpt;
class SwChapterNumRules;
class SwStdFontConfig;
class SwNavigationConfig;
@@ -283,7 +280,7 @@ inline ::com::sun::star::uno::Reference<
inline void SwModule::SetLngSvcEvtListener(
::com::sun::star::uno::Reference<
- ::com::sun::star::linguistic2::XLinguServiceEventListener > & xLstnr)
+ ::com::sun::star::linguistic2::XLinguServiceEventListener > & xLstnr)
{
xLngSvcEvtListener = xLstnr;
}