diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-08-14 14:38:53 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-08-14 14:38:53 +0000 |
commit | 2383b45414d6862cc3454b914b6f35d6a20334dd (patch) | |
tree | a097fce9aa79915fdd397ca88a6c69d4494da0fd /sw/inc/wdocsh.hxx | |
parent | 94896a330320a00e4338778070ab4300e5f3c988 (diff) |
INTEGRATION: CWS writercorehandoff (1.6.444); FILE MERGED
2005/12/20 15:04:05 tra 1.6.444.3: RESYNC: (1.7-1.8); FILE MERGED
2005/09/13 12:33:25 tra 1.6.444.2: RESYNC: (1.6-1.7); FILE MERGED
2005/06/07 14:10:36 fme 1.6.444.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.
Diffstat (limited to 'sw/inc/wdocsh.hxx')
-rw-r--r-- | sw/inc/wdocsh.hxx | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sw/inc/wdocsh.hxx b/sw/inc/wdocsh.hxx index 0c36622ac0e6..e786784990d6 100644 --- a/sw/inc/wdocsh.hxx +++ b/sw/inc/wdocsh.hxx @@ -4,9 +4,9 @@ * * $RCSfile: wdocsh.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2005-12-14 14:47:26 $ + * last change: $Author: hr $ $Date: 2006-08-14 15:38:52 $ * * 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 _SWWDOCSH_HXX #define _SWWDOCSH_HXX - #ifndef INCLUDED_SWDLLAPI_H #include "swdllapi.h" #endif @@ -66,8 +65,7 @@ public: sal_Int32 nFileFormat ) const; USHORT GetSourcePara()const {return nSourcePara;} - void SetSourcePara(USHORT nSet) - {nSourcePara = nSet;} + void SetSourcePara(USHORT nSet) {nSourcePara = nSet;} }; #endif |