summaryrefslogtreecommitdiff
path: root/sw/inc/txtatr.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-12-01 14:34:27 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-12-01 14:34:27 +0000
commite32a875b4a55c0f7cd20d62825368468242c00ff (patch)
treef7ca9472fef822137c183c95c03843b6c9b7d263 /sw/inc/txtatr.hxx
parent4530ee12fe729795c252d7c47523984bc45d69c3 (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.hxx7
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 ******************************