summaryrefslogtreecommitdiff
path: root/lotuswordpro/inc/lwpbookmarkmgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/inc/lwpbookmarkmgr.hxx')
-rw-r--r--lotuswordpro/inc/lwpbookmarkmgr.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/lotuswordpro/inc/lwpbookmarkmgr.hxx b/lotuswordpro/inc/lwpbookmarkmgr.hxx
index 926d4e391934..9dbeb344e262 100644
--- a/lotuswordpro/inc/lwpbookmarkmgr.hxx
+++ b/lotuswordpro/inc/lwpbookmarkmgr.hxx
@@ -69,11 +69,12 @@
class LwpBookmarkMgr
{
public:
- void AddXFBookmarkEnd(const OUString& sName,XFBookmarkEnd* pMark);
- void AddXFBookmarkStart(const OUString& sName,XFBookmarkStart* pMark);
+ void AddXFBookmarkEnd(const OUString& sName, XFBookmarkEnd* pMark);
+ void AddXFBookmarkStart(const OUString& sName, XFBookmarkStart* pMark);
bool FindBookmark(const OUString& sName);
~LwpBookmarkMgr();
LwpBookmarkMgr();
+
private:
std::map<OUString, rtl::Reference<XFBookmarkStart>> m_MapStart;
std::map<OUString, rtl::Reference<XFBookmarkEnd>> m_MapEnd;