summaryrefslogtreecommitdiff
path: root/include/unotools/configvaluecontainer.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-03-16 11:14:05 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-03-16 10:27:43 +0000
commitf958db475d19ac60f39616e075717c2fe3ee4839 (patch)
tree2665b94e4302d9853e4913a7e82a3f35017786f4 /include/unotools/configvaluecontainer.hxx
parente41d23abb03a0c5a5c50be290c2265513e178889 (diff)
loplugin:constantparam in unotools/
Change-Id: I016cf96af3a93c8f2114657a7e59599f68446ddc Reviewed-on: https://gerrit.libreoffice.org/23296 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/unotools/configvaluecontainer.hxx')
-rw-r--r--include/unotools/configvaluecontainer.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/include/unotools/configvaluecontainer.hxx b/include/unotools/configvaluecontainer.hxx
index a481c65548b1..7cbe8970b2aa 100644
--- a/include/unotools/configvaluecontainer.hxx
+++ b/include/unotools/configvaluecontainer.hxx
@@ -92,7 +92,6 @@ namespace utl
const css::uno::Reference< css::uno::XComponentContext >& _rxORB,
::osl::Mutex& _rAccessSafety,
const sal_Char* _pConfigLocation,
- const CVCFlags _nAccessFlags = CVCFlags::UPDATE_ACCESS | CVCFlags::LAZY_UPDATE,
const sal_Int32 _nLevels = -1
);
@@ -142,14 +141,12 @@ namespace utl
@precond
The access must have been created for update access
- @param _bCommit
- If set to <TRUE/>, an automatic commit is done after the values have been synchronized.<br/>
- If set to <FALSE/>, you must explicitly call <method>commit</method> to make your changes persistent.
+ You must explicitly call <method>commit</method> to make your changes persistent.
@see read
@see commit
*/
- void write( bool _bCommit = true );
+ void write();
/** commits any changes done