From 39682aa752254c1876d0fea54f073f2272a1730f Mon Sep 17 00:00:00 2001
From: Rafael Dominguez <venccsralph@gmail.com>
Date: Sat, 14 Apr 2012 21:53:15 -0430
Subject: [PATCH 2/3] Remove deprecated function.

---
 sd/source/ui/inc/View.hxx     |    2 --
 sd/source/ui/view/sdview2.cxx |   11 -----------
 2 files changed, 0 insertions(+), 13 deletions(-)

diff --git a/sd/source/ui/inc/View.hxx b/sd/source/ui/inc/View.hxx
index 99901a5..7c3fa7d 100644
--- a/sd/source/ui/inc/View.hxx
+++ b/sd/source/ui/inc/View.hxx
@@ -166,8 +166,6 @@ public:
 
     virtual SfxStyleSheet*  GetStyleSheet() const;
 
-    sal_Bool                    GetExchangeList( List*& rpExchangeList, List* pBookmarkList, sal_uInt16 nType );
-
     /*************************************************************************
     |*
     |* Rueckgabeparameter:
diff --git a/sd/source/ui/view/sdview2.cxx b/sd/source/ui/view/sdview2.cxx
index fc366db..2e15340 100644
--- a/sd/source/ui/view/sdview2.cxx
+++ b/sd/source/ui/view/sdview2.cxx
@@ -908,17 +908,6 @@ IMPL_LINK( View, ExecuteNavigatorDrop, SdNavigatorDropEvent*, pSdNavigatorDropEv
     return 0;
 }
 
-/*************************************************************************
-|*
-|* Rueckgabeparameter:
-|* pExchangeList == NULL -> Namen sind alle eindeutig
-|* bNameOK == sal_False -> Benutzer hat abgebrochen
-|* nType == 0 -> Seiten
-|* nType == 1 -> Objekte
-|* nType == 2 -> Seiten + Objekte
-|*
-\************************************************************************/
-
 bool View::GetExchangeList (std::vector<rtl::OUString> &rExchangeList,
                             std::vector<rtl::OUString> &rBookmarkList,
                             const sal_uInt16 nType)
-- 
1.7.3.4

