diff options
author | Rafael Dominguez <venccsralph@gmail.com> | 2012-03-27 21:35:48 -0430 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-04-13 18:42:08 +0200 |
commit | 77f8397f989785d2623cfffc63a584bd3af894d6 (patch) | |
tree | 8e339ab2b32d85bcaa1310a5e0cd1d4d4e28527f /sd/inc/drawdoc.hxx | |
parent | 6a0ca287e99a4f7262294c57b9bea0c5968edb41 (diff) |
Overload SdDrawDocument::InsertBookmark to use vector instead of List.
Diffstat (limited to 'sd/inc/drawdoc.hxx')
-rw-r--r-- | sd/inc/drawdoc.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sd/inc/drawdoc.hxx b/sd/inc/drawdoc.hxx index b1a3e6ab752a..fb6af150db44 100644 --- a/sd/inc/drawdoc.hxx +++ b/sd/inc/drawdoc.hxx @@ -273,6 +273,12 @@ public: ::sd::DrawDocShell* pBookmarkDocSh, sal_Bool bCopy, Point* pObjPos); + sal_Bool InsertBookmark(const std::vector<rtl::OUString> &rBookmarkList, + std::vector<rtl::OUString> &rExchangeList, sal_Bool bLink, + sal_Bool bReplace, sal_uInt16 nPgPos, sal_Bool bNoDialogs, + ::sd::DrawDocShell* pBookmarkDocSh, sal_Bool bCopy, + Point* pObjPos); + bool IsStartWithPresentation() const; void SetStartWithPresentation( bool bStartWithPresentation ); |