summaryrefslogtreecommitdiff
path: root/sw/inc/extinput.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 14:21:51 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 14:21:51 +0000
commit5c6280eb49875b4e05379d9dc1b5fcc8ce90487e (patch)
tree030bafb7041f1ada45aebdd7438e2af19758d87b /sw/inc/extinput.hxx
parent5d393fafe431f34ac57a0c971be7ba975883782b (diff)
INTEGRATION: CWS writercorehandoff (1.6.466); FILE MERGED
2006/04/28 13:26:26 fme 1.6.466.3: RESYNC: (1.7-1.8); FILE MERGED 2005/09/13 11:24:53 tra 1.6.466.2: RESYNC: (1.6-1.7); FILE MERGED 2005/06/07 14:09:50 fme 1.6.466.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.
Diffstat (limited to 'sw/inc/extinput.hxx')
-rw-r--r--sw/inc/extinput.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/sw/inc/extinput.hxx b/sw/inc/extinput.hxx
index 5c946e9c8a72..bf413657a2ea 100644
--- a/sw/inc/extinput.hxx
+++ b/sw/inc/extinput.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: extinput.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: vg $ $Date: 2006-04-07 15:06:39 $
+ * last change: $Author: hr $ $Date: 2006-08-14 15:21:51 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -45,8 +45,8 @@
#ifndef INCLUDED_I18NPOOL_LANG_H
#include <i18npool/lang.h>
#endif
+
class CommandExtTextInputData;
-class Font;
class SwExtTextInput : public SwPaM
{
@@ -61,11 +61,9 @@ public:
void SetInputData( const CommandExtTextInputData& rData );
const SvUShorts& GetAttrs() const { return aAttrs; }
- BOOL IsInsText() const { return bInsText; }
void SetInsText( BOOL bFlag ) { bInsText = bFlag; }
BOOL IsOverwriteCursor() const { return bIsOverwriteCursor; }
void SetOverwriteCursor( BOOL bFlag );
- LanguageType GetLanguage() const { return eInputLanguage;}
void SetLanguage(LanguageType eSet) { eInputLanguage = eSet;}
};