[Libreoffice-commits] core.git: sw/source
Markus Mohrhard
markus.mohrhard at googlemail.com
Sun Oct 2 00:08:48 UTC 2016
sw/source/uibase/wrtsh/move.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d88ba9042cc68cd6c8aecd1c54c79f11d0887624
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Sat Oct 1 18:21:00 2016 +0200
fix indentation
Change-Id: I74e02ba63e7a5d9fee37e7a2a384ddc4018804b3
Reviewed-on: https://gerrit.libreoffice.org/29448
Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
diff --git a/sw/source/uibase/wrtsh/move.cxx b/sw/source/uibase/wrtsh/move.cxx
index 5e1184e..0970b14 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);
More information about the Libreoffice-commits
mailing list