diff options
author | Philipp Weissenbacher <p.weissenbacher@gmail.com> | 2012-03-06 02:04:46 +0100 |
---|---|---|
committer | Philipp Weissenbacher <p.weissenbacher@gmail.com> | 2012-03-06 02:06:12 +0100 |
commit | b9046068b187f52c2b64be694b9f6cf7e8602246 (patch) | |
tree | 020aee868c345a15a6c93ff375139097450012da /forms/source/component/Button.hxx | |
parent | 77a517a467b3aa944e31b170162518f70da3793d (diff) |
Translate German comments, fix some whitespace and bad translations
Diffstat (limited to 'forms/source/component/Button.hxx')
-rw-r--r-- | forms/source/component/Button.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/component/Button.hxx b/forms/source/component/Button.hxx index 1c6b168a877c..0fe5505f37f3 100644 --- a/forms/source/component/Button.hxx +++ b/forms/source/component/Button.hxx @@ -135,7 +135,7 @@ private: protected: - // UNO Anbindung + // UNO binding virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type> _getTypes(); public: @@ -146,7 +146,7 @@ public: IMPLEMENTATION_NAME(OButtonControl); virtual StringSequence SAL_CALL getSupportedServiceNames() throw(); - // UNO Anbindung + // UNO binding DECLARE_UNO3_AGG_DEFAULTS(OButtonControl, OClickableImageBaseControl); virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation(const ::com::sun::star::uno::Type& _rType) throw(::com::sun::star::uno::RuntimeException); |