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>
This commit is contained in:
Markus Mohrhard 2016-10-01 18:21:00 +02:00
parent 2907779a5c
commit d88ba9042c

View File

@ -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);