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

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/37917Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMichael Stahl <mstahl@redhat.com>
üst dc04e4db
...@@ -82,7 +82,7 @@ protected: ...@@ -82,7 +82,7 @@ protected:
public: public:
// UNO connection // UNO binding
DECLARE_UNO3_DEFAULTS(OComponentEventThread, OWeakObject) DECLARE_UNO3_DEFAULTS(OComponentEventThread, OWeakObject)
virtual css::uno::Any SAL_CALL queryInterface(const css::uno::Type& _rType) override; virtual css::uno::Any SAL_CALL queryInterface(const css::uno::Type& _rType) override;
......
...@@ -132,7 +132,7 @@ public: ...@@ -132,7 +132,7 @@ public:
virtual css::uno::Sequence<OUString> SAL_CALL getSupportedServiceNames() override; virtual css::uno::Sequence<OUString> SAL_CALL getSupportedServiceNames() override;
// UNO connection // UNO binding
DECLARE_UNO3_AGG_DEFAULTS(OListBoxModel, OBoundControlModel) DECLARE_UNO3_AGG_DEFAULTS(OListBoxModel, 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;
...@@ -260,14 +260,14 @@ private: ...@@ -260,14 +260,14 @@ private:
m_pItemBroadcaster; m_pItemBroadcaster;
protected: protected:
// UNO connection // UNO binding
virtual css::uno::Sequence< css::uno::Type> _getTypes() override; virtual css::uno::Sequence< css::uno::Type> _getTypes() override;
public: public:
explicit OListBoxControl(const css::uno::Reference< css::uno::XComponentContext>& _rxFactory); explicit OListBoxControl(const css::uno::Reference< css::uno::XComponentContext>& _rxFactory);
virtual ~OListBoxControl() override; virtual ~OListBoxControl() override;
// UNO connection // UNO binding
DECLARE_UNO3_AGG_DEFAULTS(OListBoxControl, OBoundControl) DECLARE_UNO3_AGG_DEFAULTS(OListBoxControl, OBoundControl)
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;
......
...@@ -44,7 +44,7 @@ public: ...@@ -44,7 +44,7 @@ public:
SvxFmDrawPage( SdrPage* pPage ); SvxFmDrawPage( SdrPage* pPage );
virtual ~SvxFmDrawPage() throw () override; virtual ~SvxFmDrawPage() throw () override;
// UNO connection // UNO binding
DECLARE_UNO3_AGG_DEFAULTS(SvxFmDrawPage, SvxDrawPage) DECLARE_UNO3_AGG_DEFAULTS(SvxFmDrawPage, SvxDrawPage)
virtual css::uno::Any SAL_CALL queryAggregation( const css::uno::Type& aType ) override; virtual css::uno::Any SAL_CALL queryAggregation( const css::uno::Type& aType ) override;
......
...@@ -219,7 +219,7 @@ public: ...@@ -219,7 +219,7 @@ public:
FmXGridControl(const css::uno::Reference< css::uno::XComponentContext >&); FmXGridControl(const css::uno::Reference< css::uno::XComponentContext >&);
virtual ~FmXGridControl() override; virtual ~FmXGridControl() override;
// UNO connection // UNO binding
DECLARE_UNO3_AGG_DEFAULTS(FmXGridControl, UnoControl) DECLARE_UNO3_AGG_DEFAULTS(FmXGridControl, UnoControl)
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;
......
...@@ -141,7 +141,7 @@ public: ...@@ -141,7 +141,7 @@ public:
FmXUndoEnvironment(FmFormModel& _rModel); FmXUndoEnvironment(FmFormModel& _rModel);
virtual ~FmXUndoEnvironment() override; virtual ~FmXUndoEnvironment() override;
// UNO connection // UNO binding
// SMART_UNO_DECLARATION(FmXUndoEnvironment, ::cppu::OWeakObject); // SMART_UNO_DECLARATION(FmXUndoEnvironment, ::cppu::OWeakObject);
// virtual sal_Bool queryInterface(UsrUik, css::uno::Reference< css::uno::XInterface>&); // virtual sal_Bool queryInterface(UsrUik, css::uno::Reference< css::uno::XInterface>&);
// virtual css::uno::Sequence< css::uno::Reference< css::reflection::XIdlClass>> getIdlClasses(); // virtual css::uno::Sequence< css::uno::Reference< css::reflection::XIdlClass>> getIdlClasses();
......
...@@ -191,7 +191,7 @@ protected: ...@@ -191,7 +191,7 @@ protected:
// notifies this impl class that the anti-impl instance (m_pView) is going to die // notifies this impl class that the anti-impl instance (m_pView) is going to die
public: public:
// UNO connection // UNO binding
// css::lang::XEventListener // css::lang::XEventListener
virtual void SAL_CALL disposing(const css::lang::EventObject& Source) override; virtual void SAL_CALL disposing(const css::lang::EventObject& Source) 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