From d88ba9042cc68cd6c8aecd1c54c79f11d0887624 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Sat, 1 Oct 2016 18:21:00 +0200 Subject: fix indentation Change-Id: I74e02ba63e7a5d9fee37e7a2a384ddc4018804b3 Reviewed-on: https://gerrit.libreoffice.org/29448 Reviewed-by: Markus Mohrhard Tested-by: Markus Mohrhard --- sw/source/uibase/wrtsh/move.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source/uibase') 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); -- cgit v1.2.3