summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/blink.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/blink.hxx')
-rw-r--r--sw/source/core/inc/blink.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/inc/blink.hxx b/sw/source/core/inc/blink.hxx
index 95316316ba1f..2c3a74e05099 100644
--- a/sw/source/core/inc/blink.hxx
+++ b/sw/source/core/inc/blink.hxx
@@ -22,7 +22,7 @@
class SwLinePortion;
class SwRootFrm;
-class SwTxtFrm;
+class SwTextFrm;
#include <vcl/timer.hxx>
#include <tools/gen.hxx>
@@ -76,7 +76,7 @@ public:
DECL_LINK_TYPED( Blinker, Timer *, void );
void Insert( const Point& rPoint, const SwLinePortion* pPor,
- const SwTxtFrm *pTxtFrm, sal_uInt16 nDir );
+ const SwTextFrm *pTextFrm, sal_uInt16 nDir );
void Replace( const SwLinePortion* pOld, const SwLinePortion* pNew );
void Delete( const SwLinePortion* pPor );
void FrmDelete( const SwRootFrm* pRoot );