summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell
diff options
context:
space:
mode:
authorJohnny_M <klasse@partyheld.de>2018-05-10 13:46:13 +0200
committerMichael Stahl <Michael.Stahl@cib.de>2018-05-13 17:37:57 +0200
commitb8a51074ae8dd40549947b7239a80ee6b9731e2f (patch)
tree6151ebcebb78b90cde70fe29d07e34c3fcc1031b /sc/source/ui/docshell
parent72ce1de3e3c70fa94b0ed14541d751dd5654b6b0 (diff)
Translate German comments
Change-Id: I6a03e921b28da5ac26235f32f547f36e00a47e46 Reviewed-on: https://gerrit.libreoffice.org/54079 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
Diffstat (limited to 'sc/source/ui/docshell')
-rw-r--r--sc/source/ui/docshell/docsh8.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/docshell/docsh8.cxx b/sc/source/ui/docshell/docsh8.cxx
index d9781310ebdd..d9631c8443e2 100644
--- a/sc/source/ui/docshell/docsh8.cxx
+++ b/sc/source/ui/docshell/docsh8.cxx
@@ -912,7 +912,7 @@ ErrCode ScDocShell::DBaseExport( const OUString& rFullFileName, rtl_TextEncoding
if (!aCell.isEmpty())
{
if (aCell.meType == CELLTYPE_EDIT)
- { // Paragraphs erhalten
+ { // preserve paragraphs
lcl_getLongVarCharEditString(aString, aCell, aEditEngine);
}
else