diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-10 23:00:28 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-11 11:10:38 +0100 |
commit | 7292948992e088862d86e96ccbf28f9757fded24 (patch) | |
tree | aad255bc7c86c78949c1025a32bb42b1febdf6fb /svx | |
parent | 8564eb0d6a7c8bd01bb217a18f8ab74d4e36411a (diff) |
callcatcher: yet more unused code
Diffstat (limited to 'svx')
-rw-r--r-- | svx/inc/svx/svdedtv.hxx | 3 | ||||
-rw-r--r-- | svx/inc/svx/svdglev.hxx | 1 | ||||
-rw-r--r-- | svx/source/svdraw/svdedtv2.cxx | 21 | ||||
-rw-r--r-- | svx/source/svdraw/svdglev.cxx | 7 |
4 files changed, 0 insertions, 32 deletions
diff --git a/svx/inc/svx/svdedtv.hxx b/svx/inc/svx/svdedtv.hxx index e0606970cc4c..6dd2d783bb67 100644 --- a/svx/inc/svx/svdedtv.hxx +++ b/svx/inc/svx/svdedtv.hxx @@ -162,9 +162,6 @@ protected: // zurueckgesetzt. void ImpCheckToTopBtmPossible(); - // fuer den Writer werden virtuelle Objekte buendig zusammengehalten (Z-Order) - void ImpBundleVirtObjOfMarkList(); - // fuer CombineMarkedObjects und DismantleMarkedObjects void ImpCopyAttributes(const SdrObject* pSource, SdrObject* pDest) const; diff --git a/svx/inc/svx/svdglev.hxx b/svx/inc/svx/svdglev.hxx index 83656badf9d9..bb73dfebc8f1 100644 --- a/svx/inc/svx/svdglev.hxx +++ b/svx/inc/svx/svdglev.hxx @@ -101,7 +101,6 @@ public: // Alle merkierten Klebepunkte entfernen void DeleteMarkedGluePoints(); - sal_Bool IsDeleteMarkedGluePointsPossible() const; void MoveMarkedGluePoints (const Size& rSiz, bool bCopy=false); void ResizeMarkedGluePoints(const Point& rRef, const Fraction& xFact, const Fraction& yFact, bool bCopy=false); diff --git a/svx/source/svdraw/svdedtv2.cxx b/svx/source/svdraw/svdedtv2.cxx index a27d1d1b4a4f..9eb613b1d917 100644 --- a/svx/source/svdraw/svdedtv2.cxx +++ b/svx/source/svdraw/svdedtv2.cxx @@ -61,27 +61,6 @@ #include <vector> using ::std::vector; -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////////////////////////////////////////////////////////////////////////////////////// -// -// @@@@@ @@@@@ @@ @@@@@@ @@ @@ @@ @@@@@ @@ @@ -// @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ -// @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @ @@ -// @@@@ @@ @@ @@ @@ @@@@@ @@ @@@@ @@@@@@@ -// @@ @@ @@ @@ @@ @@@ @@ @@ @@@@@@@ -// @@ @@ @@ @@ @@ @@@ @@ @@ @@@ @@@ -// @@@@@ @@@@@ @@ @@ @ @@ @@@@@ @@ @@ -// -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////////////////////////////////////////////////////////////////////////////////////// - -void SdrEditView::ImpBundleVirtObjOfMarkList() -{ - // ... fehlende Implementation -} - SdrObject* SdrEditView::GetMaxToTopObj(SdrObject* /*pObj*/) const { return NULL; diff --git a/svx/source/svdraw/svdglev.cxx b/svx/source/svdraw/svdglev.cxx index 11061c0ea02a..7dc621a9c1df 100644 --- a/svx/source/svdraw/svdglev.cxx +++ b/svx/source/svdraw/svdglev.cxx @@ -232,13 +232,6 @@ void SdrGlueEditView::SetMarkedGluePointsAlign(sal_Bool bVert, sal_uInt16 nAlign EndUndo(); } -//////////////////////////////////////////////////////////////////////////////////////////////////// - -sal_Bool SdrGlueEditView::IsDeleteMarkedGluePointsPossible() const -{ - return HasMarkedGluePoints(); -} - void SdrGlueEditView::DeleteMarkedGluePoints() { BrkAction(); |