diff options
author | Johnny_M <klasse@partyheld.de> | 2017-05-22 21:20:32 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-05-22 23:25:31 +0200 |
commit | 905c0892a584a81e6e5d4b7a6f97ec9e66cfac22 (patch) | |
tree | 2e33459423f42a6d0c90968e7207224be6f666e2 /include | |
parent | dc04e4db2ca88a4f5d5827adedf540f70a19c7f5 (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 'include')
-rw-r--r-- | include/svx/fmdpage.hxx | 2 | ||||
-rw-r--r-- | include/svx/fmgridif.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/fmdpage.hxx b/include/svx/fmdpage.hxx index 0b8382fe3ce6..8cc790eb4983 100644 --- a/include/svx/fmdpage.hxx +++ b/include/svx/fmdpage.hxx @@ -44,7 +44,7 @@ public: SvxFmDrawPage( SdrPage* pPage ); virtual ~SvxFmDrawPage() throw () override; - // UNO connection + // UNO binding DECLARE_UNO3_AGG_DEFAULTS(SvxFmDrawPage, SvxDrawPage) virtual css::uno::Any SAL_CALL queryAggregation( const css::uno::Type& aType ) override; diff --git a/include/svx/fmgridif.hxx b/include/svx/fmgridif.hxx index 5988f1b5c891..f74fd79daad4 100644 --- a/include/svx/fmgridif.hxx +++ b/include/svx/fmgridif.hxx @@ -219,7 +219,7 @@ public: FmXGridControl(const css::uno::Reference< css::uno::XComponentContext >&); virtual ~FmXGridControl() override; - // UNO connection + // UNO binding DECLARE_UNO3_AGG_DEFAULTS(FmXGridControl, UnoControl) virtual css::uno::Any SAL_CALL queryAggregation(const css::uno::Type& _rType) override; |