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:
parent
2907779a5c
commit
d88ba9042c
@ -648,7 +648,7 @@ bool SwWrtShell::GotoNextTOXBase( const OUString* pName )
|
|||||||
|
|
||||||
bool SwWrtShell::GotoTable( const OUString& rName )
|
bool SwWrtShell::GotoTable( const OUString& rName )
|
||||||
{
|
{
|
||||||
SwPosition aPos = *GetCursor()->GetPoint();
|
SwPosition aPos = *GetCursor()->GetPoint();
|
||||||
bool bRet = SwCursorShell::GotoTable(rName);
|
bool bRet = SwCursorShell::GotoTable(rName);
|
||||||
if (bRet)
|
if (bRet)
|
||||||
m_aNavigationMgr.addEntry(aPos);
|
m_aNavigationMgr.addEntry(aPos);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user