diff options
author | Philipp Riemer <ruderphilipp@gmail.com> | 2013-08-31 22:40:00 +0200 |
---|---|---|
committer | Philipp Riemer <ruderphilipp@gmail.com> | 2013-08-31 22:41:13 +0200 |
commit | 7bd0adc64b96d523b62ce9dda9e34aedff6b33d4 (patch) | |
tree | 1bb4d742cbec7ed854f2c79eb95f9eefa2ef72da /include/vcl | |
parent | fe8e41928d3a1f2394d26c45ad9577c1c2d93135 (diff) |
fix indentation
Change-Id: Iea68e50e9f91c3fa2467201247bd1aaf4e943cf0
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/textview.hxx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/include/vcl/textview.hxx b/include/vcl/textview.hxx index 1f9b310c176e..e25b6381c9b2 100644 --- a/include/vcl/textview.hxx +++ b/include/vcl/textview.hxx @@ -127,7 +127,7 @@ public: void InsertText( const OUString& rNew, sal_Bool bSelect = sal_False ); - sal_Bool KeyInput( const KeyEvent& rKeyEvent ); + sal_Bool KeyInput( const KeyEvent& rKeyEvent ); void Paint( const Rectangle& rRect ); void MouseButtonUp( const MouseEvent& rMouseEvent ); void MouseButtonDown( const MouseEvent& rMouseEvent ); @@ -144,7 +144,7 @@ public: void Undo(); void Redo(); - sal_Bool Read( SvStream& rInput ); + sal_Bool Read( SvStream& rInput ); void SetStartDocPos( const Point& rPos ); const Point& GetStartDocPos() const; @@ -153,18 +153,18 @@ public: Point GetWindowPos( const Point& rDocPos ) const; void SetInsertMode( sal_Bool bInsert ); - sal_Bool IsInsertMode() const; + sal_Bool IsInsertMode() const; void SetAutoIndentMode( sal_Bool bAutoIndent ); void SetReadOnly( sal_Bool bReadOnly ); - sal_Bool IsReadOnly() const; + sal_Bool IsReadOnly() const; void SetAutoScroll( sal_Bool bAutoScroll ); - sal_Bool IsAutoScroll() const; + sal_Bool IsAutoScroll() const; - sal_Bool SetCursorAtPoint( const Point& rPointPixel ); - sal_Bool IsSelectionAtPoint( const Point& rPointPixel ); + sal_Bool SetCursorAtPoint( const Point& rPointPixel ); + sal_Bool IsSelectionAtPoint( const Point& rPointPixel ); void SetPaintSelection( sal_Bool bPaint); |