INTEGRATION: CWS tune05 (1.4.762); FILE MERGED

2004/07/23 15:53:36 mhu 1.4.762.2: RESYNC: (1.4-1.5); FILE MERGED
2004/07/22 10:58:40 cmc 1.4.762.1: #i30554# unused SwExtTextInput methods
This commit is contained in:
Oliver Bolte 2004-08-12 11:01:47 +00:00
parent 90421c9145
commit b49d4ea3e9

View file

@ -2,9 +2,9 @@
*
* $RCSfile: extinput.hxx,v $
*
* $Revision: 1.5 $
* $Revision: 1.6 $
*
* last change: $Author: rt $ $Date: 2004-06-17 16:02:50 $
* last change: $Author: obo $ $Date: 2004-08-12 12:01:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -86,8 +86,6 @@ public:
virtual ~SwExtTextInput();
void SetInputData( const CommandExtTextInputData& rData );
void InvalidateRange();
void SetFontForPos( USHORT nPos, Font& rFont );
const SvUShorts& GetAttrs() const { return aAttrs; }
BOOL IsInsText() const { return bInsText; }
void SetInsText( BOOL bFlag ) { bInsText = bFlag; }