summaryrefslogtreecommitdiff
path: root/sd/source/core/stlsheet.cxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2010-01-22 18:23:36 +0100
committerMathias Bauer <mba@openoffice.org>2010-01-22 18:23:36 +0100
commit9abfbb89dfa62c609cd32d092acffa0b2eb54718 (patch)
tree8a86bdf5162cb607256751f9a913c4de54ee22bd /sd/source/core/stlsheet.cxx
parentfd4ed9e4e8ef523f5a0cc76c1d5c6011b229f53d (diff)
#i107450#: make code more explicit to avoid mistakes
Diffstat (limited to 'sd/source/core/stlsheet.cxx')
-rw-r--r--sd/source/core/stlsheet.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/core/stlsheet.cxx b/sd/source/core/stlsheet.cxx
index 6a5dfd80aa91..576d07ebbe1d 100644
--- a/sd/source/core/stlsheet.cxx
+++ b/sd/source/core/stlsheet.cxx
@@ -1170,7 +1170,7 @@ void SAL_CALL SdStyleSheet::setPropertyValue( const OUString& aPropertyName, con
}
else if(!SvxUnoTextRangeBase::SetPropertyValueHelper( aSet, pEntry, aValue, aSet ))
{
- GetStylePropertySet().setPropertyValue( pEntry, aValue, aSet );
+ SvxItemPropertySet_setPropertyValue( GetStylePropertySet(), pEntry, aValue, aSet );
}
rStyleSet.Put( aSet );