From 223b99165a249d77c1658eff8ce2262875170ec9 Mon Sep 17 00:00:00 2001 From: Florian Allmann-Rahn Date: Sun, 15 Apr 2012 17:50:21 +0200 Subject: translated or removed german comments in connectivity, cppuhelper and cui --- cppuhelper/source/propshlp.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cppuhelper') diff --git a/cppuhelper/source/propshlp.cxx b/cppuhelper/source/propshlp.cxx index 9c5610feded2..f1ce426ec64a 100644 --- a/cppuhelper/source/propshlp.cxx +++ b/cppuhelper/source/propshlp.cxx @@ -86,7 +86,7 @@ class OPropertySetHelperInfo_Impl public: OPropertySetHelperInfo_Impl( IPropertyArrayHelper & rHelper_ ) SAL_THROW(()); - // XPropertySetInfo-Methoden + // XPropertySetInfo-methods virtual Sequence< Property > SAL_CALL getProperties(void) throw(::com::sun::star::uno::RuntimeException); virtual Property SAL_CALL getPropertyByName(const OUString& PropertyName) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException); virtual sal_Bool SAL_CALL hasPropertyByName(const OUString& PropertyName) throw(::com::sun::star::uno::RuntimeException); -- cgit