summaryrefslogtreecommitdiff
path: root/sw/inc/extinput.hxx
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2000-11-15 14:23:45 +0000
committerjp <jp@openoffice.org>2000-11-15 14:23:45 +0000
commit6ce304a329af6547866e869c5062d62b84984747 (patch)
tree938c68c648e2283bb03d8a11c35ce62443f89fb5 /sw/inc/extinput.hxx
parent6cc4a943b2ebc590e4f6e0ef3aed0895d404f030 (diff)
remove GetPosInputData
Diffstat (limited to 'sw/inc/extinput.hxx')
-rw-r--r--sw/inc/extinput.hxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/sw/inc/extinput.hxx b/sw/inc/extinput.hxx
index 4f79b7a64e5c..483e02aaa81f 100644
--- a/sw/inc/extinput.hxx
+++ b/sw/inc/extinput.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: extinput.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:25 $
+ * last change: $Author: jp $ $Date: 2000-11-15 15:23:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,7 +70,6 @@
#endif
class CommandExtTextInputData;
-class CommandExtTextInputPosData;
class Font;
class SwExtTextInput : public SwPaM
@@ -82,11 +81,9 @@ public:
virtual ~SwExtTextInput();
void SetInputData( const CommandExtTextInputData& rData );
- Rectangle* GetPosInputData( const CommandExtTextInputPosData& rFill,
- const Point* pLayPos = 0 ) const;
void InvalidateRange();
void SetFontForPos( USHORT nPos, Font& rFont );
- const SvUShorts& GetAttrs() const { return aAttrs; }
+ const SvUShorts& GetAttrs() const { return aAttrs; }
BOOL IsInsText() const { return bInsText; }
void SetInsText( BOOL bFlag ) { bInsText = bFlag; }
};