diff options
author | Malte Timmermann <mt@openoffice.org> | 2001-10-17 14:31:38 +0000 |
---|---|---|
committer | Malte Timmermann <mt@openoffice.org> | 2001-10-17 14:31:38 +0000 |
commit | c302b96449606accbb3f887e26bbff7c2aa6ab1c (patch) | |
tree | abd07e2044a2b5c9a81d52a057d4badc661a6ed0 /svx/source/editeng | |
parent | 1b8defd464ba5458cacf320c18a987a2948a6ebd (diff) |
removed some comments
Diffstat (limited to 'svx/source/editeng')
-rw-r--r-- | svx/source/editeng/editdoc.hxx | 21 | ||||
-rw-r--r-- | svx/source/editeng/impedit.hxx | 7 |
2 files changed, 4 insertions, 24 deletions
diff --git a/svx/source/editeng/editdoc.hxx b/svx/source/editeng/editdoc.hxx index b07a45cfcee2..68a7a6b4073d 100644 --- a/svx/source/editeng/editdoc.hxx +++ b/svx/source/editeng/editdoc.hxx @@ -2,9 +2,9 @@ * * $RCSfile: editdoc.hxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: mt $ $Date: 2001-06-21 12:47:30 $ + * last change: $Author: mt $ $Date: 2001-10-17 15:31:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -370,23 +370,6 @@ public: #define CHAR_PUNCTUATIONLEFT 0x02 #define CHAR_PUNCTUATIONRIGHT 0x04 -// MT 06/2001: For keeping information for CJK compression, -// I don't thing that this is neccessary.... -// See also GetAsianCompressionCharInfo... -/* -struct ExtraCharInfo -{ - USHORT nStartPos; - USHORT nEndPos; - BYTE nType; - - ExtraCharInfo( USHORT nS, USHORT nE, BYTE nT ) { nStartPos = nS; nEndPos = nE; nType = nT;} -}; - -SV_DECL_VARARR( ExtraCharInfos, ExtraCharInfo, 0, 1 ); -*/ - - // ------------------------------------------------------------------------- // struct ExtraPortionInfos // ------------------------------------------------------------------------- diff --git a/svx/source/editeng/impedit.hxx b/svx/source/editeng/impedit.hxx index a4051aa57fef..6a65c5167241 100644 --- a/svx/source/editeng/impedit.hxx +++ b/svx/source/editeng/impedit.hxx @@ -2,9 +2,9 @@ * * $RCSfile: impedit.hxx,v $ * - * $Revision: 1.40 $ + * $Revision: 1.41 $ * - * last change: $Author: mt $ $Date: 2001-10-11 12:52:58 $ + * last change: $Author: mt $ $Date: 2001-10-17 15:31:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -597,9 +597,6 @@ private: USHORT GetScriptType( const EditSelection& rSel ) const; BOOL IsScriptChange( const EditPaM& rPaM ) const; -// USHORT GetAsianCompressionCharInfo( const EditPaM& rPaM, USHORT* pEndPos ) const; -// USHORT GetAsianCompressionCharInfo( const EditSelection& rSel ) const; - BOOL ImplCalcAsianCompression( ContentNode* pNode, TextPortion* pTextPortion, USHORT nStartPos, long* pDXArray, USHORT n100thPercentFromMax, BOOL bManipulateDXArray ); void ImplExpandCompressedPortions( EditLine* pLine, ParaPortion* pParaPortion, long nRemainingWidth ); |