summaryrefslogtreecommitdiff
path: root/sw/source/uibase
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2014-12-03 19:21:12 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2014-12-04 01:10:06 +0100
commitf810d84663742694a12bc1517c39bfd014839d7c (patch)
treedce679834f660d3d838a217c4387b000489e0b37 /sw/source/uibase
parentf87c46b0fa3c01a163d6aded8889ff305823166b (diff)
fix indent
Change-Id: I420009e0892a815e0017208c3bb2a90e1533c916
Diffstat (limited to 'sw/source/uibase')
-rw-r--r--sw/source/uibase/docvw/edtwin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/docvw/edtwin.cxx b/sw/source/uibase/docvw/edtwin.cxx
index 97c33385ecdd..d9b6a1c44705 100644
--- a/sw/source/uibase/docvw/edtwin.cxx
+++ b/sw/source/uibase/docvw/edtwin.cxx
@@ -5431,7 +5431,7 @@ void SwEditWin::Command( const CommandEvent& rCEvt )
// Cancel all selections other than the last selected one.
while( rSh.GetCrsr()->GetNext() != rSh.GetCrsr() )
- delete rSh.GetCrsr()->GetNext();
+ delete rSh.GetCrsr()->GetNext();
}
if( pCrsr )