summaryrefslogtreecommitdiff
path: root/include/unotools/configvaluecontainer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/configvaluecontainer.hxx')
-rw-r--r--include/unotools/configvaluecontainer.hxx11
1 files changed, 4 insertions, 7 deletions
diff --git a/include/unotools/configvaluecontainer.hxx b/include/unotools/configvaluecontainer.hxx
index 2ee3e86822d8..16048134353d 100644
--- a/include/unotools/configvaluecontainer.hxx
+++ b/include/unotools/configvaluecontainer.hxx
@@ -141,16 +141,13 @@ namespace utl
<p>Note that calling <method>write</method>(<sal_True/) is the same as calling <method>commit</method>(<TRUE/>).</p>
+ The current values in the exchange locations are written to the configuration nodes
+ before the changes are committed.<br/>
+
@precond
The access must have been created for update access
-
- @param _bWrite
- If <TRUE/>, the current values in the exchange locations are written to the configuration nodes
- before the changes are committed.<br/>
- If <FALSE/>, only the current values in the config nodes (as present since the last call to
- <method>write</method>) are committed.
*/
- void commit( bool _bWrite = true );
+ void commit();
private:
/// implements the ctors