diff options
Diffstat (limited to 'include/oox')
-rw-r--r-- | include/oox/helper/propertymap.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/oox/helper/propertymap.hxx b/include/oox/helper/propertymap.hxx index cf9b802cd7d5..badcf0d5e49b 100644 --- a/include/oox/helper/propertymap.hxx +++ b/include/oox/helper/propertymap.hxx @@ -76,6 +76,9 @@ public: return true; } + /** setAnyProperty should be used */ + bool setProperty( sal_Int32, const css::uno::Any& ) = delete; + css::uno::Any getProperty( sal_Int32 nPropId ); void erase( sal_Int32 nPropId ); |