Kaydet (Commit) 567fe6d3 authored tarafından Johnny_M's avatar Johnny_M Kaydeden (comit) Michael Stahl

Translate and fix the from-German translation of "UNO binding"

This is a follow-up on commit 905c0892
( https://gerrit.libreoffice.org/37917 ), for the same reason.

Change-Id: I0bdaeb1cf6d87f730558d15adb820cfbcaeed172
Reviewed-on: https://gerrit.libreoffice.org/38542Reviewed-by: 's avatarMichael Stahl <mstahl@redhat.com>
Tested-by: 's avatarMichael Stahl <mstahl@redhat.com>
üst 30e27a99
...@@ -69,7 +69,7 @@ protected: ...@@ -69,7 +69,7 @@ protected:
public: public:
explicit OColumnControlModel(const css::uno::Reference< css::lang::XMultiServiceFactory>& _rxFactory); explicit OColumnControlModel(const css::uno::Reference< css::lang::XMultiServiceFactory>& _rxFactory);
// UNO connection // UNO binding
DECLARE_XINTERFACE( ) DECLARE_XINTERFACE( )
// css::lang::XServiceInfo // css::lang::XServiceInfo
......
...@@ -56,7 +56,7 @@ class OImageControlModel ...@@ -56,7 +56,7 @@ class OImageControlModel
OUString m_sDocumentURL; OUString m_sDocumentURL;
protected: protected:
// UNO Anbindung // UNO binding
virtual css::uno::Sequence< css::uno::Type> _getTypes() override; virtual css::uno::Sequence< css::uno::Type> _getTypes() override;
ImageProducer* GetImageProducer() { return m_xImageProducer.get(); } ImageProducer* GetImageProducer() { return m_xImageProducer.get(); }
...@@ -69,7 +69,7 @@ public: ...@@ -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; 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) DECLARE_UNO3_AGG_DEFAULTS(OImageControlModel, OBoundControlModel)
virtual css::uno::Any SAL_CALL queryAggregation(const css::uno::Type& _rType) override; virtual css::uno::Any SAL_CALL queryAggregation(const css::uno::Type& _rType) override;
......
...@@ -377,7 +377,7 @@ public: ...@@ -377,7 +377,7 @@ public:
// destruct itself, hence a seperate method. // destruct itself, hence a seperate method.
void start() { xSrc->getImageProducer()->startProduction(); } void start() { xSrc->getImageProducer()->startProduction(); }
// UNO connection // UNO binding
// XImageConsumer // XImageConsumer
virtual void SAL_CALL init( sal_Int32 Width, sal_Int32 Height) override; virtual void SAL_CALL init( sal_Int32 Width, sal_Int32 Height) override;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment