summaryrefslogtreecommitdiff
path: root/sw/source/core/crsr/BlockCursor.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/crsr/BlockCursor.cxx')
-rw-r--r--sw/source/core/crsr/BlockCursor.cxx9
1 files changed, 2 insertions, 7 deletions
diff --git a/sw/source/core/crsr/BlockCursor.cxx b/sw/source/core/crsr/BlockCursor.cxx
index 5c986ab86552..0dd0f5dff6c0 100644
--- a/sw/source/core/crsr/BlockCursor.cxx
+++ b/sw/source/core/crsr/BlockCursor.cxx
@@ -20,13 +20,8 @@
#include <viscrs.hxx>
#include "BlockCursor.hxx"
-SwBlockCursor::~SwBlockCursor()
-{
-}
+SwBlockCursor::~SwBlockCursor() {}
-SwShellCursor& SwBlockCursor::getShellCursor()
-{
- return maCursor;
-}
+SwShellCursor& SwBlockCursor::getShellCursor() { return maCursor; }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */