diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-09-14 22:13:56 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-09-15 11:23:37 +0100 |
commit | 1c38704ff1bff7942a9d1eb8452a43c03fe41449 (patch) | |
tree | 7ad5114802f4a802ab311b5613a4b6b4533644d1 /svx/inc | |
parent | 1cbaa2a61090fab9e0b24ac3f18395ced92e984f (diff) |
callcatcher: some unused code
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/svx/svdotext.hxx | 3 | ||||
-rw-r--r-- | svx/inc/svx/svdviter.hxx | 14 |
2 files changed, 0 insertions, 17 deletions
diff --git a/svx/inc/svx/svdotext.hxx b/svx/inc/svx/svdotext.hxx index 9f54b9b257f2..c1fca7d8bc12 100644 --- a/svx/inc/svx/svdotext.hxx +++ b/svx/inc/svx/svdotext.hxx @@ -478,9 +478,6 @@ public: virtual void EndTextEdit(SdrOutliner& rOutl); virtual sal_uInt16 GetOutlinerViewAnchorMode() const; - void StartTextAnimation(OutputDevice* pOutDev, const Point& rOffset, long nExtraData=0L); - void StopTextAnimation(OutputDevice* pOutDev=NULL, long nExtraData=0L); - virtual void NbcSetOutlinerParaObject(OutlinerParaObject* pTextObject); void NbcSetOutlinerParaObjectForText( OutlinerParaObject* pTextObject, SdrText* pText ); virtual OutlinerParaObject* GetOutlinerParaObject() const; diff --git a/svx/inc/svx/svdviter.hxx b/svx/inc/svx/svdviter.hxx index 7873e567d3ee..57b9e5a5aae5 100644 --- a/svx/inc/svx/svdviter.hxx +++ b/svx/inc/svx/svdviter.hxx @@ -44,10 +44,6 @@ Using this class, you can find out: - All PageViews in which a model is displayed - All PageViews in which a certain page is visible (also as MasterPage) - All PageViews in which a certain object is visible (also as MasterPage) -- OutputDevice* First/NextOutDev() - - All OutputDevices in which a model is displayed - - All OutputDevices in which a certain page is visible (also as MasterPage) - - All OutputDevices in which a certain object is visible (also as MasterPage) - Window* First/NextWindow() - All Windows in which a model is displayed - All Windows in which a certain page is visible (also as MasterPage) @@ -102,21 +98,11 @@ private: SVX_DLLPRIVATE sal_Bool ImpCheckPageView(SdrPageView* pPV) const; public: - SdrViewIter(const SdrModel* pModel); SdrViewIter(const SdrPage* pPage, sal_Bool bNoMasterPage = sal_False); SdrViewIter(const SdrObject* pObject, sal_Bool bNoMasterPage = sal_False); SdrView* FirstView(); SdrView* NextView(); - - SdrPageView* FirstPageView(); - SdrPageView* NextPageView(); - - OutputDevice* FirstOutDev(); - OutputDevice* NextOutDev(); - - Window* FirstWindow(); - Window* NextWindow(); }; #endif //_SVDVITER_HXX |