diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-08-12 11:01:47 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-08-12 11:01:47 +0000 |
commit | b49d4ea3e916cfcea0a16be9e0b299b5abb6dcaf (patch) | |
tree | e903fb8e3086d4fd13e6b651d1b97b39f8708fe1 /sw/inc/extinput.hxx | |
parent | 90421c9145c8398cbf8c87b79e6e4393e243ac73 (diff) |
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
Diffstat (limited to 'sw/inc/extinput.hxx')
-rw-r--r-- | sw/inc/extinput.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sw/inc/extinput.hxx b/sw/inc/extinput.hxx index 62fb4f3ce49a..d94f784266f9 100644 --- a/sw/inc/extinput.hxx +++ b/sw/inc/extinput.hxx @@ -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; } |