summaryrefslogtreecommitdiff
path: root/sw/inc/extinput.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/extinput.hxx')
-rw-r--r--sw/inc/extinput.hxx6
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; }