diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-08-14 14:16:26 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-08-14 14:16:26 +0000 |
commit | d2eec5344202db4e56e67aafe316bfd7f44f0a22 (patch) | |
tree | 31bd0a20c51abf8b612ff4501387193de278e002 /sw/inc/authfld.hxx | |
parent | 87ff4edf80dcb83336ff5e0d21bb490a501a15f5 (diff) |
INTEGRATION: CWS writercorehandoff (1.9.448); FILE MERGED
2005/09/13 11:14:14 tra 1.9.448.3: RESYNC: (1.9-1.10); FILE MERGED
2005/06/07 14:09:38 fme 1.9.448.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.
2005/06/06 07:07:21 tra 1.9.448.1: Unnecessary includes removed #i50348#
Diffstat (limited to 'sw/inc/authfld.hxx')
-rw-r--r-- | sw/inc/authfld.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/authfld.hxx b/sw/inc/authfld.hxx index a3a68cf30758..5567a05b4746 100644 --- a/sw/inc/authfld.hxx +++ b/sw/inc/authfld.hxx @@ -4,9 +4,9 @@ * * $RCSfile: authfld.hxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: rt $ $Date: 2005-09-09 01:33:00 $ + * last change: $Author: hr $ $Date: 2006-08-14 15:16:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -38,9 +38,11 @@ #ifndef INCLUDED_SWDLLAPI_H #include "swdllapi.h" #endif + #ifndef _FLDBAS_HXX #include <fldbas.hxx> #endif + #ifndef _TOXE_HXX #include <toxe.hxx> #endif @@ -86,7 +88,6 @@ struct SwTOXSortKey /* -----------------14.09.99 16:15------------------- --------------------------------------------------*/ -class SvUShorts; class SwAuthorityField; class SortKeyArr; @@ -117,7 +118,6 @@ public: virtual BOOL QueryValue( com::sun::star::uno::Any& rVal, BYTE nMId ) const; virtual BOOL PutValue( const com::sun::star::uno::Any& rVal, BYTE nMId ); - inline SwDoc* GetDoc() const { return m_pDoc; } inline void SetDoc(SwDoc* pNewDoc) { m_pDoc = pNewDoc; } void RemoveField(long nHandle); |