diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-03-18 09:36:01 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-03-18 09:36:01 +0000 |
commit | 320b1fc01387e1258ea715a5d2f7e0ed9548907b (patch) | |
tree | dd4d944b529e876491c8c6bb39d0ccae27e13b69 /configmgr | |
parent | 6c0e81c199e1a0fe17bc24a1c9d45ac35c3421c2 (diff) |
INTEGRATION: CWS cfgfix01 (1.5.156); FILE MERGED
2005/03/10 09:26:12 jb 1.5.156.1: #i37322# Fix assertion when setting extended value to void
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/backend/updatedata.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/configmgr/source/backend/updatedata.hxx b/configmgr/source/backend/updatedata.hxx index 6db99eb0ccd2..0e37e85ff537 100644 --- a/configmgr/source/backend/updatedata.hxx +++ b/configmgr/source/backend/updatedata.hxx @@ -2,9 +2,9 @@ * * $RCSfile: updatedata.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2003-04-17 13:18:49 $ + * last change: $Author: obo $ $Date: 2005-03-18 10:36:01 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -248,6 +248,8 @@ namespace configmgr bool resetValue() { return resetValueFor(primarySlot()); } void removeValue() { removeValueFor(primarySlot()); } + void finishValue(); + void clear(); uno::Type const & getValueType() const { return m_aType; } |