diff options
author | Andreas Martens <ama@openoffice.org> | 2000-09-25 11:06:22 +0000 |
---|---|---|
committer | Andreas Martens <ama@openoffice.org> | 2000-09-25 11:06:22 +0000 |
commit | 9b3d12f841b7dbd5699e8e0e63c7844e983aa007 (patch) | |
tree | 3da1db7d11ac67f485041bce1a6156fa3d61c142 /sw/inc/txtinet.hxx | |
parent | c9f0894f9fe55e82c77658fa1a45ae438d233dd7 (diff) |
New: Textattributs for Latin, CJK and CTL
Diffstat (limited to 'sw/inc/txtinet.hxx')
-rw-r--r-- | sw/inc/txtinet.hxx | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/sw/inc/txtinet.hxx b/sw/inc/txtinet.hxx index a39d7fd1328b..ffa231dc32f2 100644 --- a/sw/inc/txtinet.hxx +++ b/sw/inc/txtinet.hxx @@ -2,9 +2,9 @@ * * $RCSfile: txtinet.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:14:29 $ + * last change: $Author: ama $ $Date: 2000-09-25 12:02:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -72,16 +72,14 @@ class SvxFont; class SwTxtNode; class SwCharFmt; class Color; +class SwImplPrev; // ATT_INETFMT ********************************************* class SwTxtINetFmt : public SwTxtAttrEnd, public SwClient { - SvxFont* pPrevFont; - Color* pPrevBackColor; + SwImplPrev *pImpl; SwTxtNode* pMyTxtNd; - const void* pFontNo; - USHORT nFntIndex; BOOL bPrevNoHyph : 1; BOOL bPrevBlink : 1; BOOL bPrevURL : 1; |