From dd3fd4d564588b722e6e54fca627b9f0168e1ca8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Mon, 16 Jun 2008 12:38:35 +0000 Subject: [PATCH] INTEGRATION: CWS sb88 (1.9.10); FILE MERGED 2008/06/03 15:29:47 sb 1.9.10.1: #i89553 applied patch by cmc --- configmgr/source/backend/updatedata.hxx | 5 +---- 1 file changed, 1 insertion(+), 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;