diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-01-08 14:25:45 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-01-09 00:00:46 +0100 |
commit | d7bebc89c19d70344a8d71c729bbcb3a59004114 (patch) | |
tree | 9cfc402af2678c8c017e3a37ae66b3915c4c1eb0 /include/toolkit | |
parent | 6b084f0001fc15112bf3c40d20a0c7096c83b7fe (diff) |
translate all remaining abuses of "ueberladen"
It is scary how many barely educated C++ programmers can't tell their
inclusion polymorphism from their ad-hoc polymorphism.
Change-Id: Id4df7d168ba5257eff522a7f131c841c1ddcbccd
Diffstat (limited to 'include/toolkit')
-rw-r--r-- | include/toolkit/controls/unocontrolmodel.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/toolkit/controls/unocontrolmodel.hxx b/include/toolkit/controls/unocontrolmodel.hxx index 6fe15a97d7d4..eeb02c6b3756 100644 --- a/include/toolkit/controls/unocontrolmodel.hxx +++ b/include/toolkit/controls/unocontrolmodel.hxx @@ -164,7 +164,7 @@ public: using cppu::OPropertySetHelper::getFastPropertyValue; void SAL_CALL getFastPropertyValue( ::com::sun::star::uno::Any& rValue, sal_Int32 nHandle ) const SAL_OVERRIDE; - // setValue-Methoden ueberladen, um die Einzelproperties des FontDescriptors abzufangen + // override setValue methods to handle properties of FontDescriptor // ::com::sun::star::beans::XPropertySet void SAL_CALL setPropertyValue( const OUString& aPropertyName, const ::com::sun::star::uno::Any& aValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; // ::com::sun::star::beans::XFastPropertySet |