summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unoportenum.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-17 19:54:40 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-01-17 21:05:01 +0100
commit4d2fc77b5d1a67a5bc46e57020299ae4dcd5ff35 (patch)
tree42539a0edec153a11503ccc7b0f56f78f1a2f8aa /sw/source/core/unocore/unoportenum.cxx
parent970b76816a03be0f57f35a790bea57bf299e344b (diff)
Fix typos
Change-Id: I18ce04cbaa79c827a52e2441e98ee2e3377b5877 Reviewed-on: https://gerrit.libreoffice.org/48077 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/source/core/unocore/unoportenum.cxx')
-rw-r--r--sw/source/core/unocore/unoportenum.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/unocore/unoportenum.cxx b/sw/source/core/unocore/unoportenum.cxx
index 50178a3c07a7..f93e00d11a1c 100644
--- a/sw/source/core/unocore/unoportenum.cxx
+++ b/sw/source/core/unocore/unoportenum.cxx
@@ -1250,7 +1250,7 @@ static sal_Int32 lcl_ExportFrames(
// find first Frame in (sorted) i_rFrames at current position
while (!i_rFrames.empty() && (i_rFrames.front().nIndex == i_nCurrentIndex))
- // do not check for i_nEnd here; this is done implicity by lcl_MoveCursor
+ // do not check for i_nEnd here; this is done implicitly by lcl_MoveCursor
{
const SwModify * const pFrame =
i_rFrames.front().pFrameClient->GetRegisteredIn();