summaryrefslogtreecommitdiff
path: root/comphelper/inc/comphelper/propertycontainerhelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/inc/comphelper/propertycontainerhelper.hxx')
-rw-r--r--comphelper/inc/comphelper/propertycontainerhelper.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/comphelper/inc/comphelper/propertycontainerhelper.hxx b/comphelper/inc/comphelper/propertycontainerhelper.hxx
index e6439ea34e96..1ad37df570bb 100644
--- a/comphelper/inc/comphelper/propertycontainerhelper.hxx
+++ b/comphelper/inc/comphelper/propertycontainerhelper.hxx
@@ -184,13 +184,6 @@ protected:
*/
void describeProperties(::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property >& /* [out] */ _rProps) const;
- /** modify the attributes of an already registered property.
-
- You may want to use this if you're a derived from OPropertyContainer indirectly and want to override
- some settings your base class did.
- */
- void modifyAttributes(sal_Int32 _nHandle, sal_Int32 _nAddAttrib, sal_Int32 _nRemoveAttrib);
-
/** retrieves the description for a registered property
@throw com::sun::star::beans::UnknownPropertyException
if no property with the given name is registered