summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorJohnny_M <klasse@partyheld.de>2017-05-22 21:20:32 +0200
committerMichael Stahl <mstahl@redhat.com>2017-05-22 23:25:31 +0200
commit905c0892a584a81e6e5d4b7a6f97ec9e66cfac22 (patch)
tree2e33459423f42a6d0c90968e7207224be6f666e2 /forms
parentdc04e4db2ca88a4f5d5827adedf540f70a19c7f5 (diff)
Fix the from-German translation of "UNO binding"
As noted in the comment in https://gerrit.libreoffice.org/#/c/37839/3/forms/source/component/EventThread.hxx, this improves translation of "UNO-Anbindung" to the computing-specific term of "UNO binding" instead of "UNO connection". (All occurrences are translations, most of them by me.) Change-Id: I84daf94a0248e53010a569b1d3140c4394adce54 Reviewed-on: https://gerrit.libreoffice.org/37917 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'forms')
-rw-r--r--forms/source/component/EventThread.hxx2
-rw-r--r--forms/source/component/ListBox.hxx6
2 files changed, 4 insertions, 4 deletions
diff --git a/forms/source/component/EventThread.hxx b/forms/source/component/EventThread.hxx
index 08bde4a99ff6..0050467d9818 100644
--- a/forms/source/component/EventThread.hxx
+++ b/forms/source/component/EventThread.hxx
@@ -82,7 +82,7 @@ protected:
public:
- // UNO connection
+ // UNO binding
DECLARE_UNO3_DEFAULTS(OComponentEventThread, OWeakObject)
virtual css::uno::Any SAL_CALL queryInterface(const css::uno::Type& _rType) override;
diff --git a/forms/source/component/ListBox.hxx b/forms/source/component/ListBox.hxx
index 9c22ce9b460f..ed64334f3641 100644
--- a/forms/source/component/ListBox.hxx
+++ b/forms/source/component/ListBox.hxx
@@ -132,7 +132,7 @@ public:
virtual css::uno::Sequence<OUString> SAL_CALL getSupportedServiceNames() override;
-// UNO connection
+// UNO binding
DECLARE_UNO3_AGG_DEFAULTS(OListBoxModel, OBoundControlModel)
virtual css::uno::Any SAL_CALL queryAggregation( const css::uno::Type& _rType ) override;
@@ -260,14 +260,14 @@ private:
m_pItemBroadcaster;
protected:
- // UNO connection
+ // UNO binding
virtual css::uno::Sequence< css::uno::Type> _getTypes() override;
public:
explicit OListBoxControl(const css::uno::Reference< css::uno::XComponentContext>& _rxFactory);
virtual ~OListBoxControl() override;
- // UNO connection
+ // UNO binding
DECLARE_UNO3_AGG_DEFAULTS(OListBoxControl, OBoundControl)
virtual css::uno::Any SAL_CALL queryAggregation( const css::uno::Type& _rType ) override;