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.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/extinput.hxx b/sw/inc/extinput.hxx
index d3fe1ffe32cd..4ad5af8d2f5a 100644
--- a/sw/inc/extinput.hxx
+++ b/sw/inc/extinput.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -49,13 +49,13 @@ public:
virtual ~SwExtTextInput();
void SetInputData( const CommandExtTextInputData& rData );
- const SvUShorts& GetAttrs() const { return aAttrs; }
+ const SvUShorts& GetAttrs() const { return aAttrs; }
void SetInsText( BOOL bFlag ) { bInsText = bFlag; }
- BOOL IsOverwriteCursor() const { return bIsOverwriteCursor; }
+ BOOL IsOverwriteCursor() const { return bIsOverwriteCursor; }
void SetOverwriteCursor( BOOL bFlag );
void SetLanguage(LanguageType eSet) { eInputLanguage = eSet;}
};
-#endif //_EXTINPUT_HXX
+#endif //_EXTINPUT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */