INTEGRATION: CWS sb88 (1.9.10); FILE MERGED

2008/06/03 15:29:47 sb 1.9.10.1: #i89553 applied patch by cmc
This commit is contained in:
Rüdiger Timm
2008-06-16 12:38:35 +00:00
parent 1858a430a9
commit dd3fd4d564

View File

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