diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2012-02-16 17:01:31 +0100 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2012-02-16 17:01:43 +0100 |
commit | 3f6473f1302d2067e6d7925c17bfed284031d164 (patch) | |
tree | 7fbbcbb01b6f33611fd47ad8b6f2bbedd2461c0a /forms | |
parent | 1bb0d979b5ac5ed0cd831c6c8c0ab55dc2621eba (diff) |
Forgotten German word in translated comment
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/component/DatabaseForm.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/DatabaseForm.cxx b/forms/source/component/DatabaseForm.cxx index 3796d798e7df..559a29e7c70e 100644 --- a/forms/source/component/DatabaseForm.cxx +++ b/forms/source/component/DatabaseForm.cxx @@ -621,7 +621,7 @@ void ODatabaseForm::AppendComponent(HtmlSuccessfulObjList& rList, const Referenc if (!xComponentSet.is()) return; - // MIB 25.6.98: Catch nested Forms Geschachtelte; or would we need to submit them? + // MIB 25.6.98: Catch nested Forms; or would we need to submit them? if (!hasProperty(PROPERTY_CLASSID, xComponentSet)) return; |