summaryrefslogtreecommitdiff
path: root/editeng/inc/editeng/unoipset.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/inc/editeng/unoipset.hxx')
-rw-r--r--editeng/inc/editeng/unoipset.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/editeng/inc/editeng/unoipset.hxx b/editeng/inc/editeng/unoipset.hxx
index 5ad230be813b..685d0aa39810 100644
--- a/editeng/inc/editeng/unoipset.hxx
+++ b/editeng/inc/editeng/unoipset.hxx
@@ -55,11 +55,11 @@ public:
SvxItemPropertySet( const SfxItemPropertyMapEntry *pMap, SfxItemPool& rPool, sal_Bool bConvertTwips = sal_False );
~SvxItemPropertySet();
- // Methoden, die direkt mit dem ItemSet arbeiten
+ // Methods, which work directly with the ItemSet
::com::sun::star::uno::Any getPropertyValue( const SfxItemPropertySimpleEntry* pMap, const SfxItemSet& rSet, bool bSearchInParent, bool bDontConvertNegativeValues ) const;
void setPropertyValue( const SfxItemPropertySimpleEntry* pMap, const ::com::sun::star::uno::Any& rVal, SfxItemSet& rSet, bool bDontConvertNegativeValues ) const;
- // Methoden, die stattdessen Any benutzen
+ // Methods that use Any instead
::com::sun::star::uno::Any getPropertyValue( const SfxItemPropertySimpleEntry* pMap ) const;
void setPropertyValue( const SfxItemPropertySimpleEntry* pMap, const ::com::sun::star::uno::Any& rVal ) const;