diff options
author | Rafael Dominguez <venccsralph@gmail.com> | 2012-04-14 21:53:15 -0430 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-04-16 18:44:00 +0200 |
commit | 05524106d17ec7396aa1133fbe8ba9996c27f139 (patch) | |
tree | fc5fa177f67cfde2cafdf436b0f9b612f1b96d29 /sd | |
parent | ae7ad6dab30463f961798f3203ef10c69b76c632 (diff) |
Remove deprecated function.
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/inc/View.hxx | 2 | ||||
-rw-r--r-- | 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 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) |