summaryrefslogtreecommitdiff
path: root/sw/source/core/edit/edglss.cxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-08 12:26:43 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-10 16:52:43 +0000
commit8314374293749dea65bf91da40a742ddeb404275 (patch)
tree370660e2dde695192f341559d58784bdbecebd45 /sw/source/core/edit/edglss.cxx
parentaee6ad3022b4ba4a19e13cad81ab974ef4ba1724 (diff)
Translated some German comments
Change-Id: Id8a4db32d0fe95ecf543fcfc82fd6b236d544616 Reviewed-on: https://gerrit.libreoffice.org/7948 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source/core/edit/edglss.cxx')
-rw-r--r--sw/source/core/edit/edglss.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/edit/edglss.cxx b/sw/source/core/edit/edglss.cxx
index 5bb744057322..ac634cfe8f7b 100644
--- a/sw/source/core/edit/edglss.cxx
+++ b/sw/source/core/edit/edglss.cxx
@@ -135,7 +135,7 @@ sal_uInt16 SwEditShell::SaveGlossaryDoc( SwTextBlocks& rBlock,
SwPaM aCpyPam( *pNd );
aCpyPam.SetMark();
- // dann bis zum Ende vom Nodes Array
+ // then until the end of the nodes array
aCpyPam.GetPoint()->nNode = pMyDoc->GetNodes().GetEndOfContent().GetIndex()-1;
pCntntNd = aCpyPam.GetCntntNode();
aCpyPam.GetPoint()->nContent.Assign( pCntntNd, pCntntNd->Len() );