diff options
-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) |