summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/inc/dp_persmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/deployment/inc/dp_persmap.h')
-rw-r--r--desktop/source/deployment/inc/dp_persmap.h3
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();