summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2017-09-27 11:54:50 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2017-11-10 15:59:02 +0100
commit49b373a983328cf09ba13f218d5f5aac51c463e9 (patch)
tree68ca09f5ccc8effd0b7f62dfe9a0e6c12e5f8c5b /sw
parent4cc7ebcca3d5fa33556fbc2666d8c63ae30a3424 (diff)
Translate German comment to English
Change-Id: Ia7970d9318c0e9f738d7cdf646de2dd38f869a3c Reviewed-on: https://gerrit.libreoffice.org/42847 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/docnode/section.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/docnode/section.cxx b/sw/source/core/docnode/section.cxx
index 43292450c704..5a59b878dee1 100644
--- a/sw/source/core/docnode/section.cxx
+++ b/sw/source/core/docnode/section.cxx
@@ -877,7 +877,7 @@ static bool lcl_SectionCmpPos( const SwSection *pFirst, const SwSection *pSecond
OSL_ENSURE( pFSectFormat && pSSectFormat &&
pFSectFormat->GetContent(false).GetContentIdx() &&
pSSectFormat->GetContent(false).GetContentIdx(),
- "ungueltige Sections" );
+ "Invalid sections" );
return pFSectFormat->GetContent(false).GetContentIdx()->GetIndex() <
pSSectFormat->GetContent(false).GetContentIdx()->GetIndex();
}