[Libreoffice-commits] core.git: dbaccess/source forms/source sw/source
Johnny_M
klasse at partyheld.de
Wed Jun 7 19:44:37 UTC 2017
dbaccess/source/ui/uno/ColumnModel.hxx | 2 +-
forms/source/component/ImageControl.hxx | 4 ++--
sw/source/filter/html/htmlform.cxx | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit 567fe6d351a27441d74784b4d354fd93b14300d2
Author: Johnny_M <klasse at partyheld.de>
Date: Wed Jun 7 21:37:16 2017 +0200
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 at redhat.com>
Tested-by: Michael Stahl <mstahl at redhat.com>
diff --git a/dbaccess/source/ui/uno/ColumnModel.hxx b/dbaccess/source/ui/uno/ColumnModel.hxx
index e85b153cf7bf..3d5abff3e8ca 100644
--- a/dbaccess/source/ui/uno/ColumnModel.hxx
+++ b/dbaccess/source/ui/uno/ColumnModel.hxx
@@ -69,7 +69,7 @@ protected:
public:
explicit OColumnControlModel(const css::uno::Reference< css::lang::XMultiServiceFactory>& _rxFactory);
-// UNO connection
+// UNO binding
DECLARE_XINTERFACE( )
// css::lang::XServiceInfo
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;
diff --git a/sw/source/filter/html/htmlform.cxx b/sw/source/filter/html/htmlform.cxx
index 70a5dc93e1f3..b60dde8388de 100644
--- a/sw/source/filter/html/htmlform.cxx
+++ b/sw/source/filter/html/htmlform.cxx
@@ -377,7 +377,7 @@ public:
// destruct itself, hence a seperate method.
void start() { xSrc->getImageProducer()->startProduction(); }
- // UNO connection
+ // UNO binding
// XImageConsumer
virtual void SAL_CALL init( sal_Int32 Width, sal_Int32 Height) override;
More information about the Libreoffice-commits
mailing list