summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/fielduno.cxx
diff options
context:
space:
mode:
authorJohnny_M <klasse@partyheld.de>2017-06-30 22:49:10 +0200
committerMichael Stahl <mstahl@redhat.com>2017-07-03 12:03:58 +0200
commit5034e8217c9844293dc94e5dff0bdc865ad7a91a (patch)
treead59e9dd3844b98efb5d130edfa7d7c793dd4a11 /sc/source/ui/unoobj/fielduno.cxx
parent00c81f291922b09f3bd6ceb334d5aaae0bab5334 (diff)
Translate German comments and debug strings (leftovers in dirs sal to sc)
Translates leftovers found using a custom regex and manually checking the rest of the affected file. Additionally: - A few spelling fixes Change-Id: I2b83bd11adf520b90bb29c8ea624990759dad3c6 Reviewed-on: https://gerrit.libreoffice.org/39427 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sc/source/ui/unoobj/fielduno.cxx')
-rw-r--r--sc/source/ui/unoobj/fielduno.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/unoobj/fielduno.cxx b/sc/source/ui/unoobj/fielduno.cxx
index 785de1c51cc3..23b908d4cf1e 100644
--- a/sc/source/ui/unoobj/fielduno.cxx
+++ b/sc/source/ui/unoobj/fielduno.cxx
@@ -1118,7 +1118,7 @@ ScEditFieldObj::~ScEditFieldObj()
SvxFieldItem ScEditFieldObj::CreateFieldItem()
{
- OSL_ENSURE( !mpEditSource, "CreateFieldItem mit eingefuegtem Feld" );
+ OSL_ENSURE( !mpEditSource, "CreateFieldItem with inserted field" );
return SvxFieldItem(*getData(), EE_FEATURE_FIELD);
}