diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-16 12:38:35 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-16 12:38:35 +0000 |
commit | dd3fd4d564588b722e6e54fca627b9f0168e1ca8 (patch) | |
tree | 5a62a5a3fe3e4f8cffcae489d7d180c172de37dd /configmgr | |
parent | 1858a430a9205d3546fc1d2b1d681a5c4c0d0d48 (diff) |
INTEGRATION: CWS sb88 (1.9.10); FILE MERGED
2008/06/03 15:29:47 sb 1.9.10.1: #i89553 applied patch by cmc
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/backend/updatedata.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
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; |