summaryrefslogtreecommitdiff
path: root/sw/source/uibase/wrtsh
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-10-01 18:21:00 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-10-02 00:05:57 +0000
commitd88ba9042cc68cd6c8aecd1c54c79f11d0887624 (patch)
treeb354e20e447e80d0faf4f86a6fa7f763623fdb59 /sw/source/uibase/wrtsh
parent2907779a5c576b341ef33e795617a7c54de668a2 (diff)
fix indentation
Change-Id: I74e02ba63e7a5d9fee37e7a2a384ddc4018804b3 Reviewed-on: https://gerrit.libreoffice.org/29448 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sw/source/uibase/wrtsh')
-rw-r--r--sw/source/uibase/wrtsh/move.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/wrtsh/move.cxx b/sw/source/uibase/wrtsh/move.cxx
index 5e1184eb8182..0970b14f62b2 100644
--- a/sw/source/uibase/wrtsh/move.cxx
+++ b/sw/source/uibase/wrtsh/move.cxx
@@ -648,7 +648,7 @@ bool SwWrtShell::GotoNextTOXBase( const OUString* pName )
bool SwWrtShell::GotoTable( const OUString& rName )
{
- SwPosition aPos = *GetCursor()->GetPoint();
+ SwPosition aPos = *GetCursor()->GetPoint();
bool bRet = SwCursorShell::GotoTable(rName);
if (bRet)
m_aNavigationMgr.addEntry(aPos);