summaryrefslogtreecommitdiff
path: root/sd/inc
diff options
context:
space:
mode:
Diffstat (limited to 'sd/inc')
-rw-r--r--sd/inc/drawdoc.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/sd/inc/drawdoc.hxx b/sd/inc/drawdoc.hxx
index 9146e342ad5a..35816d0e55c9 100644
--- a/sd/inc/drawdoc.hxx
+++ b/sd/inc/drawdoc.hxx
@@ -383,6 +383,11 @@ public:
sal_Bool bLink, ::sd::DrawDocShell* pBookmarkDocSh,
Point* pObjPos);
+ sal_Bool InsertBookmarkAsObject(const std::vector<rtl::OUString> &rBookmarkList,
+ std::vector<rtl::OUString> &rExchangeList,
+ sal_Bool bLink, ::sd::DrawDocShell* pBookmarkDocSh,
+ Point* pObjPos, bool bCalcObjCount = false);
+
SD_DLLPUBLIC void CloseBookmarkDoc();
SdrObject* GetObj(const String& rObjName) const;