From 7f33ed417b2e29e5470724ea76967f64699a2662 Mon Sep 17 00:00:00 2001 From: Carsten Driesner Date: Mon, 17 Jan 2011 15:06:54 +0100 Subject: removetooltypes01: #i112600# Remove tools types from sw --- sw/inc/extinput.hxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sw/inc/extinput.hxx') diff --git a/sw/inc/extinput.hxx b/sw/inc/extinput.hxx index b3a07efa1906..dba9bb5b5e2c 100644 --- a/sw/inc/extinput.hxx +++ b/sw/inc/extinput.hxx @@ -40,8 +40,8 @@ class SwExtTextInput : public SwPaM { SvUShorts aAttrs; String sOverwriteText; - BOOL bInsText : 1; - BOOL bIsOverwriteCursor : 1; + sal_Bool bInsText : 1; + sal_Bool bIsOverwriteCursor : 1; LanguageType eInputLanguage; public: SwExtTextInput( const SwPaM& rPam, Ring* pRing = 0 ); @@ -49,9 +49,9 @@ public: void SetInputData( const CommandExtTextInputData& rData ); const SvUShorts& GetAttrs() const { return aAttrs; } - void SetInsText( BOOL bFlag ) { bInsText = bFlag; } - BOOL IsOverwriteCursor() const { return bIsOverwriteCursor; } - void SetOverwriteCursor( BOOL bFlag ); + void SetInsText( sal_Bool bFlag ) { bInsText = bFlag; } + sal_Bool IsOverwriteCursor() const { return bIsOverwriteCursor; } + void SetOverwriteCursor( sal_Bool bFlag ); void SetLanguage(LanguageType eSet) { eInputLanguage = eSet;} }; -- cgit