diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/crsr/crbm.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/crsr/crbm.cxx b/sw/source/core/crsr/crbm.cxx index 113fd96e4e5a..4e0b808c7fba 100644 --- a/sw/source/core/crsr/crbm.cxx +++ b/sw/source/core/crsr/crbm.cxx @@ -286,7 +286,7 @@ bool SwCursorShell::IsFormProtected() ::sw::mark::IFieldmark* SwCursorShell::GetCurrentFieldmark() { // TODO: Refactor - SwPosition pos(*GetCursor()->GetPoint()); + SwPosition pos(*GetCursor()->Start()); return getIDocumentMarkAccess()->getFieldmarkFor(pos); } |