diff --git a/configmgr/source/backend/updatedata.hxx b/configmgr/source/backend/updatedata.hxx index 01fede622962..6f0a67ccb86a 100644 --- a/configmgr/source/backend/updatedata.hxx +++ b/configmgr/source/backend/updatedata.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: updatedata.hxx,v $ - * $Revision: 1.9 $ + * $Revision: 1.10 $ * * This file is part of OpenOffice.org. * @@ -129,7 +129,6 @@ namespace configmgr bool addPropertyUpdate (ElementUpdateRef const & _aProp); void removeNodeByName (OUString const & _aName); void removePropertyByName (OUString const & _aName); - void clear(bool _bKeep); Op getOperation() const { return m_op; } @@ -207,8 +206,6 @@ namespace configmgr void finishValue(); - void clear(); - uno::Type const & getValueType() const { return m_aType; } bool hasValueFor(OUString const & _aLocale) const;