diff options
author | Noel Grandin <noel@peralex.com> | 2015-05-25 11:03:10 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-05-25 11:02:57 +0000 |
commit | d3714207b1d8cc323a639a942121b6c1aa4cd61b (patch) | |
tree | ad6d1ec19c087c8636aac37045b13f4d4d26f24e /include | |
parent | 78e4b913d1bdcef83f66249fb5006803f28f96d1 (diff) |
remove some unnecessary casts and convert some to const_cast
Change-Id: I590a87c832bc59947ae04e52d3ac5ea71574bb11
Reviewed-on: https://gerrit.libreoffice.org/15888
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/svdpntv.hxx | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/include/svx/svdpntv.hxx b/include/svx/svdpntv.hxx index 1b3603257c22..ee4ba06c2ba5 100644 --- a/include/svx/svdpntv.hxx +++ b/include/svx/svdpntv.hxx @@ -334,21 +334,8 @@ public: virtual void HideSdrPage(); // Iterieren ueber alle angemeldeten PageViews -// sal_uInt16 GetPageViewCount() const { return sal_uInt16(aPagV.Count()); } -// SdrPageView* GetPageViewByIndex(sal_uInt16 nPvNum) const { return ((SdrPageView*)aPagV.GetObject(nPvNum)); } SdrPageView* GetSdrPageView() const { return mpPageView; } - // Pageview einer bestimmten Seite ermitteln -// SdrPageView* GetPageViewByPage(const SdrPage* pPage) const; -// sal_uInt16 GetIndexByPageView(const SdrPageView* pPV) const; - - // Test, ob eine Seite getroffen -// SdrPageView* HitPage(const Point& rPnt) const; - - // Die Seite, die dem Punkt am naechsten ist. Liefert nur NULL, - // wenn absolut keine Seite angemeldet ist. -// SdrPageView* GetPageViewByPosition(const Point& rPnt) const; - // Eine SdrView kann auf mehreren Fenstern gleichzeitig abgebiltet sein: virtual void AddWindowToPaintView(OutputDevice* pNewWin); virtual void DeleteWindowFromPaintView(OutputDevice* pOldWin); |