summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/inc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-04-04 14:19:11 +0300
committerTor Lillqvist <tml@collabora.com>2015-04-04 14:52:20 +0300
commit372f9bce4e28ffcc89f92dc9982ab9a5c4922994 (patch)
tree3acad0fe2d3137451a0c0dd499134f35b9b293f3 /desktop/source/deployment/inc
parent648655994e8d839d9ab645f5084c906ae2cc1e75 (diff)
Presumably at least the #ifndef DISABLE_BDB2PMAP thing can be killed
Not sure if the comment in desktop/source/deployment/inc/dp_persmap.h: "should be removed for LibreOffice 4.0" refers to just the DISABLE_BDB2PMAP parts or the class and functionality as a whole. Change-Id: Ie701576efc4076ab8be02a89145b5ecfcaaebc53
Diffstat (limited to 'desktop/source/deployment/inc')
-rw-r--r--desktop/source/deployment/inc/dp_persmap.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/desktop/source/deployment/inc/dp_persmap.h b/desktop/source/deployment/inc/dp_persmap.h
index 9a86fffcffc9..4f97994c8275 100644
--- a/desktop/source/deployment/inc/dp_persmap.h
+++ b/desktop/source/deployment/inc/dp_persmap.h
@@ -58,11 +58,6 @@ protected:
bool readAll();
void add( OString const & key, OString const & value );
void flush();
-
-#ifndef DISABLE_BDB2PMAP
- bool importFromBDB( void);
- OUString m_MapFileName;
-#endif
};
}