diff options
author | Noel Grandin <noel@peralex.com> | 2016-04-05 08:03:35 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-04-05 11:29:54 +0000 |
commit | 9866efe3e5a670bab54d931be31e1989aeb382a7 (patch) | |
tree | 64b1365a7f1e38b8babdfccee8db100af922ab73 /desktop/source/deployment/inc | |
parent | 4b4c9184279c2cb5998348b09e084b295de1c8aa (diff) |
loplugin:constantparam
Change-Id: I821ed77a6c6014c9a82d31a4b117ed6f1b4abf18
Reviewed-on: https://gerrit.libreoffice.org/23832
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'desktop/source/deployment/inc')
-rw-r--r-- | desktop/source/deployment/inc/dp_persmap.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/desktop/source/deployment/inc/dp_persmap.h b/desktop/source/deployment/inc/dp_persmap.h index 892339590f8a..3b172ff713a3 100644 --- a/desktop/source/deployment/inc/dp_persmap.h +++ b/desktop/source/deployment/inc/dp_persmap.h @@ -36,14 +36,13 @@ class PersistentMap { ::osl::File m_MapFile; t_string2string_map m_entries; - bool m_bReadOnly; bool m_bIsOpen; bool m_bToBeCreated; bool m_bIsDirty; public: ~PersistentMap(); - PersistentMap( OUString const & url, bool readOnly ); + PersistentMap( OUString const & url ); /** in mem db */ PersistentMap(); |