diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-09-29 18:12:08 +0200 |
---|---|---|
committer | Joren De Cuyper <jorendc@libreoffice.org> | 2015-09-29 22:20:54 +0000 |
commit | a936097614b5aaa51e123323da8f275575e165f8 (patch) | |
tree | 568f7f4870d6f97eb4d9b117bc26afcda609c020 /sw/source/uibase/dbui | |
parent | a2a5187a8ff7b8a18db51a471bd934e5a94c155c (diff) |
Fix typos
Change-Id: I2373a842818a5ac6ce5bd75205580f7cdc0212e4
Reviewed-on: https://gerrit.libreoffice.org/18988
Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org>
Tested-by: Joren De Cuyper <jorendc@libreoffice.org>
Diffstat (limited to 'sw/source/uibase/dbui')
-rw-r--r-- | sw/source/uibase/dbui/dbmgr.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/dbui/dbmgr.cxx b/sw/source/uibase/dbui/dbmgr.cxx index bfbb0af4a9ff..64988271eacc 100644 --- a/sw/source/uibase/dbui/dbmgr.cxx +++ b/sw/source/uibase/dbui/dbmgr.cxx @@ -1452,7 +1452,7 @@ bool SwDBManager::MergeMailFiles(SwWrtShell* pSourceShell, if ( xWorkDocSh.Is() && pWorkView->GetWrtShell().IsExpFieldsLocked() ) { - // Unlock ducment fields after merge complete + // Unlock document fields after merge complete pWorkView->GetWrtShell().UnlockExpFields(); } |