summaryrefslogtreecommitdiffstats
path: root/sd
diff options
context:
space:
mode:
authorRafael Dominguez <venccsralph@gmail.com>2012-04-14 21:53:15 -0430
committerLuboš Luňák <l.lunak@suse.cz>2012-04-16 18:44:00 +0200
commit05524106d17ec7396aa1133fbe8ba9996c27f139 (patch)
treefc5fa177f67cfde2cafdf436b0f9b612f1b96d29 /sd
parentMake an out argument a pointer instead of a reference. (diff)
downloadcore-05524106d17ec7396aa1133fbe8ba9996c27f139.tar.gz
core-05524106d17ec7396aa1133fbe8ba9996c27f139.zip
Remove deprecated function.
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/inc/View.hxx2
-rw-r--r--sd/source/ui/view/sdview2.cxx11
2 files changed, 0 insertions, 13 deletions
diff --git a/sd/source/ui/inc/View.hxx b/sd/source/ui/inc/View.hxx
index 99901a5f01e3..7c3fa7d7390d 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 fc366db8357f..2e153409b91d 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)