diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-08-14 15:45:52 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-08-14 15:45:52 +0000 |
commit | 4a15432f7eef1a4ffccaa783b0d965a1f5357e98 (patch) | |
tree | b48cb33dfce6e27d1be31ee9cf9537f3b1bec424 /sw/source/core/text/widorp.hxx | |
parent | 6e2bf1e81436db7fa9185ec538b6ff306cdc739e (diff) |
INTEGRATION: CWS writercorehandoff (1.5.598); FILE MERGED
2005/09/13 14:41:50 tra 1.5.598.2: RESYNC: (1.5-1.6); FILE MERGED
2005/06/07 14:14:28 fme 1.5.598.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.
Diffstat (limited to 'sw/source/core/text/widorp.hxx')
-rw-r--r-- | sw/source/core/text/widorp.hxx | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/sw/source/core/text/widorp.hxx b/sw/source/core/text/widorp.hxx index a4b9fe87f046..47b741652072 100644 --- a/sw/source/core/text/widorp.hxx +++ b/sw/source/core/text/widorp.hxx @@ -4,9 +4,9 @@ * * $RCSfile: widorp.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-09-09 05:08:42 $ + * last change: $Author: hr $ $Date: 2006-08-14 16:45: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 _WIDORP_HXX #define _WIDORP_HXX - class SwTxtFrm; #include "swtypes.hxx" @@ -43,12 +42,8 @@ class SwTxtFrm; class SwTxtFrmBreak { private: - SwTwips nRstHeight; -#ifdef VERTICAL_LAYOUT + SwTwips nRstHeight; SwTwips nOrigin; -#else - const SwTwips nOrigin; -#endif protected: SwTxtFrm *pFrm; sal_Bool bBreak; |