diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-12-01 14:34:27 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-12-01 14:34:27 +0000 |
commit | e32a875b4a55c0f7cd20d62825368468242c00ff (patch) | |
tree | f7ca9472fef822137c183c95c03843b6c9b7d263 /sw/inc/txtatr.hxx | |
parent | 4530ee12fe729795c252d7c47523984bc45d69c3 (diff) |
INTEGRATION: CWS swautomatic01 (1.9.322); FILE MERGED
2006/09/01 12:01:14 fme 1.9.322.2: RESYNC: (1.9-1.10); FILE MERGED
2006/05/29 06:27:04 fme 1.9.322.1: #i65476# AutoStyles
Diffstat (limited to 'sw/inc/txtatr.hxx')
-rw-r--r-- | sw/inc/txtatr.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/inc/txtatr.hxx b/sw/inc/txtatr.hxx index b4282c7bae72..94b77510385b 100644 --- a/sw/inc/txtatr.hxx +++ b/sw/inc/txtatr.hxx @@ -4,9 +4,9 @@ * * $RCSfile: txtatr.hxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: hr $ $Date: 2006-08-14 15:35:48 $ + * last change: $Author: rt $ $Date: 2006-12-01 15:34:27 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -56,6 +56,7 @@ class SvxTwoLinesItem; class SwTxtCharFmt : public SwTxtAttrEnd { SwTxtNode* pMyTxtNd; + USHORT mnSortNumber; public: SwTxtCharFmt( const SwFmtCharFmt& rAttr, xub_StrLen nStart, xub_StrLen nEnd ); @@ -68,6 +69,8 @@ public: // erfrage und setze den TxtNode Pointer void ChgTxtNode( const SwTxtNode* pNew ) { pMyTxtNd = (SwTxtNode*)pNew; } + void SetSortNumber( USHORT nSortNumber ) { mnSortNumber = nSortNumber; } + USHORT GetSortNumber() const { return mnSortNumber; } }; // ATT_HARDBLANK ****************************** |