summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorJohnny_M <klasse@partyheld.de>2017-06-07 21:37:16 +0200
committerMichael Stahl <mstahl@redhat.com>2017-06-07 21:44:17 +0200
commit567fe6d351a27441d74784b4d354fd93b14300d2 (patch)
tree5bc49e1476a16388dc6bf49af7c088b8b2b50360 /forms
parent30e27a9936b5ad3550708f7920e749f94abe1828 (diff)
Translate and fix the from-German translation of "UNO binding"
This is a follow-up on commit 905c0892a584a81e6e5d4b7a6f97ec9e66cfac22 ( https://gerrit.libreoffice.org/37917 ), for the same reason. Change-Id: I0bdaeb1cf6d87f730558d15adb820cfbcaeed172 Reviewed-on: https://gerrit.libreoffice.org/38542 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'forms')
-rw-r--r--forms/source/component/ImageControl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/component/ImageControl.hxx b/forms/source/component/ImageControl.hxx
index e7e297f50473..e3d70288e81f 100644
--- a/forms/source/component/ImageControl.hxx
+++ b/forms/source/component/ImageControl.hxx
@@ -56,7 +56,7 @@ class OImageControlModel
OUString m_sDocumentURL;
protected:
- // UNO Anbindung
+ // UNO binding
virtual css::uno::Sequence< css::uno::Type> _getTypes() override;
ImageProducer* GetImageProducer() { return m_xImageProducer.get(); }
@@ -69,7 +69,7 @@ public:
virtual sal_Bool SAL_CALL convertFastPropertyValue(css::uno::Any& rConvertedValue, css::uno::Any& rOldValue, sal_Int32 nHandle, const css::uno::Any& rValue ) override;
- // UNO Anbindung
+ // UNO binding
DECLARE_UNO3_AGG_DEFAULTS(OImageControlModel, OBoundControlModel)
virtual css::uno::Any SAL_CALL queryAggregation(const css::uno::Type& _rType) override;