diff options
author | Jennifer Liebel <jliebel94@gmail.com> | 2014-09-10 07:16:31 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-09-12 12:09:24 +0000 |
commit | 86aed3ca6a35aa78f3ce2a587d151d39d21f880f (patch) | |
tree | 992a02ab108686d19d691622cb2155f266dd15fd /forms | |
parent | 1ea8f156ac51b721dfea327c47212bef6ce74afb (diff) |
fdo#39468: Translated German to English
Change-Id: Ica935c641d3858ae875410efc7fe531835feadf8
Reviewed-on: https://gerrit.libreoffice.org/11373
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/inc/FormComponent.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/forms/source/inc/FormComponent.hxx b/forms/source/inc/FormComponent.hxx index db8e51e90deb..deef7632f316 100644 --- a/forms/source/inc/FormComponent.hxx +++ b/forms/source/inc/FormComponent.hxx @@ -931,10 +931,10 @@ protected: */ virtual void onDisconnectedValidator( ); - /** nFieldType ist der Typ des Feldes, an das das Model gebunden werden soll. - Das Binden erfolgt genau dann, wenn Rueckgabewert sal_True. - Die Standard-Implementation erlaubt alles ausser den drei binary-Typen und - FieldType_OTHER. + /** nFieldType is the type of the field, on which the model will be linked. + The linking happens when sal_True is returned. + The default-implementation allows everything but the three binary types + and FieldType_OTHER. */ virtual bool approveDbColumnType(sal_Int32 _nColumnType); @@ -1009,7 +1009,7 @@ public: } public: - // UNO Anbindung + // UNO link DECLARE_UNO3_AGG_DEFAULTS(OBoundControlModel, OControlModel) virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type& _rType ) throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; |