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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/source/deployment/inc/dp_persmap.h b/desktop/source/deployment/inc/dp_persmap.h
index 16392c464bf1..b1597f3bb5d3 100644
--- a/desktop/source/deployment/inc/dp_persmap.h
+++ b/desktop/source/deployment/inc/dp_persmap.h
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -47,13 +47,13 @@ class PersistentMap
::rtl::OUString m_sysPath;
mutable Db m_db;
void throw_rtexc( int err, char const * msg = 0 ) const;
-
+
public:
~PersistentMap();
PersistentMap( ::rtl::OUString const & url, bool readOnly );
/** in mem db */
PersistentMap();
-
+
bool has( ::rtl::OString const & key ) const;
bool get( ::rtl::OString * value, ::rtl::OString const & key ) const;
t_string2string_map getEntries() const;