diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-11-25 01:33:26 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-11-25 01:33:33 +0100 |
commit | e215acdef09cb8c45bdb86b4fa821a46a5b2cdcc (patch) | |
tree | 6dd1f2e49cc23ae0088b647455b83f2ad51d4bea | |
parent | 8aa929fb02b24a7c26150e61728fc900a74229ec (diff) |
"Felder" -> "fields" not "errors"
Change-Id: I260ebf94f041fc690ed76ac9e55c75a3b038a412
-rw-r--r-- | sc/source/core/data/cell2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/cell2.cxx b/sc/source/core/data/cell2.cxx index 2cf82de2f4c9..9ba92be57c07 100644 --- a/sc/source/core/data/cell2.cxx +++ b/sc/source/core/data/cell2.cxx @@ -125,7 +125,7 @@ rtl::OUString ScEditCell::GetString() const if ( pData ) { - // Also Text from URL errors, Doc-Engine is a ScFieldEditEngine + // Also Text from URL fields, Doc-Engine is a ScFieldEditEngine EditEngine& rEngine = pDoc->GetEditEngine(); rEngine.SetText( *pData ); rtl::OUString sRet = ScEditUtil::GetMultilineString(rEngine); // string with line separators between paragraphs |