summaryrefslogtreecommitdiff
path: root/sd/source/core/drawdoc3.cxx
diff options
context:
space:
mode:
authorRafael Dominguez <venccsralph@gmail.com>2012-03-27 12:43:56 -0430
committerLuboš Luňák <l.lunak@suse.cz>2012-04-13 17:02:31 +0200
commit8fffd99aba75ec517fc7d2d9a85c8a23fb58c986 (patch)
tree7f09cd2944c6539dff38a7a9b674c68b8a0562d2 /sd/source/core/drawdoc3.cxx
parentf6eba1a27a4ffac50ab06a733e6eee1f5c7800ca (diff)
Remove unused InsertBookmarkAsPage_AddBookmarkedPages functor.
Diffstat (limited to 'sd/source/core/drawdoc3.cxx')
-rw-r--r--sd/source/core/drawdoc3.cxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/sd/source/core/drawdoc3.cxx b/sd/source/core/drawdoc3.cxx
index 91a05700a2c6..d87d66bd7ad4 100644
--- a/sd/source/core/drawdoc3.cxx
+++ b/sd/source/core/drawdoc3.cxx
@@ -379,21 +379,6 @@ void InsertBookmarkAsPage_FindDuplicateLayouts::operator()( SdDrawDocument& rDoc
mrLayoutsToTransfer.push_back(aLayout);
}
-/** Just add one page to the container given to the constructor.
-*/
-class InsertBookmarkAsPage_AddBookmarkedPages
- : public SdDrawDocument::InsertBookmarkAsPage_PageFunctorBase
-{
-public:
- InsertBookmarkAsPage_AddBookmarkedPages(::std::vector<SdPage*>& rContainer)
- : mrContainer(rContainer) {}
- ~InsertBookmarkAsPage_AddBookmarkedPages(void) {}
- void operator() (SdDrawDocument&, SdPage* pPage) { mrContainer.push_back(pPage); }
-private:
- ::std::vector<SdPage*>& mrContainer;
-};
-
-
sal_Bool SdDrawDocument::InsertBookmarkAsPage(
List* pBookmarkList,
List* pExchangeList, // Liste der zu verwendenen Namen