diff options
Diffstat (limited to 'sd/inc/drawdoc.hxx')
-rw-r--r-- | sd/inc/drawdoc.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/inc/drawdoc.hxx b/sd/inc/drawdoc.hxx index af5798889d37..a2434fa5057b 100644 --- a/sd/inc/drawdoc.hxx +++ b/sd/inc/drawdoc.hxx @@ -264,7 +264,7 @@ public: SAL_DLLPRIVATE void InsertBookmark(const std::vector<OUString> &rBookmarkList, std::vector<OUString> &rExchangeList, bool bLink, bool bReplace, sal_uInt16 nPgPos, bool bNoDialogs, - ::sd::DrawDocShell* pBookmarkDocSh, bool bCopy, + ::sd::DrawDocShell* pBookmarkDocSh, Point* pObjPos); SAL_DLLPRIVATE bool IsStartWithPresentation() const { return mbStartWithPresentation;} |