diff options
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/ui/docshell/docsh8.cxx | 2 |
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 |