summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElton Chung <elton@layerjet.com>2012-02-18 23:15:40 +0800
committerIvan Timofeev <timofeev.i.s@gmail.com>2012-02-18 21:03:36 +0400
commit5d7b70f8c8e912ebca068cf57058a92b0b05809f (patch)
treeef951147d958dcd727a39bb4562127c1d755b636
parentWaE: add missing sal and cppunit dependencies causing tinderbox failure (diff)
downloadcore-5d7b70f8c8e912ebca068cf57058a92b0b05809f.tar.gz
core-5d7b70f8c8e912ebca068cf57058a92b0b05809f.zip
Remove unused code
-rw-r--r--svx/inc/svx/contdlg.hxx8
-rwxr-xr-xunusedcode.easy6
2 files changed, 0 insertions, 14 deletions
diff --git a/svx/inc/svx/contdlg.hxx b/svx/inc/svx/contdlg.hxx
index cb88430ca90f..1c48248004b2 100644
--- a/svx/inc/svx/contdlg.hxx
+++ b/svx/inc/svx/contdlg.hxx
@@ -86,17 +86,11 @@ public:
Window* pParent, const ResId& rResId );
~SvxContourDlg();
- void SetExecState( sal_Bool bEnable );
-
- void SetGraphic( const Graphic& rGraphic );
- void SetGraphicLinked( sal_Bool bLinked );
const Graphic& GetGraphic() const;
sal_Bool IsGraphicChanged() const;
- void SetPolyPolygon( const PolyPolygon& rPolyPoly );
PolyPolygon GetPolyPolygon();
- void SetEditingObject( void* pObj );
const void* GetEditingObject() const;
void Update( const Graphic& rGraphic, sal_Bool bGraphicLinked,
@@ -105,8 +99,6 @@ public:
static PolyPolygon CreateAutoContour( const Graphic& rGraphic,
const Rectangle* pRect = NULL,
const sal_uIntPtr nFlags = 0L );
- static void ScaleContour( PolyPolygon& rContour, const Graphic& rGraphic,
- const MapUnit eUnit, const Size& rDisplaySize );
};
/*************************************************************************
diff --git a/unusedcode.easy b/unusedcode.easy
index 4f8892cd5460..6abc24b2ea8a 100755
--- a/unusedcode.easy
+++ b/unusedcode.easy
@@ -280,12 +280,6 @@ SvxChartDataDescrItem::SvxChartDataDescrItem(SvxChartDataDescr, unsigned short)
SvxChartTextOrientItem::SvxChartTextOrientItem(SvxChartTextOrient, unsigned short)
SvxColorValueSet::SvxColorValueSet(Window*, long)
SvxColumnItem::GetVisibleRight() const
-SvxContourDlg::ScaleContour(PolyPolygon&, Graphic const&, MapUnit, Size const&)
-SvxContourDlg::SetEditingObject(void*)
-SvxContourDlg::SetExecState(unsigned char)
-SvxContourDlg::SetGraphic(Graphic const&)
-SvxContourDlg::SetGraphicLinked(unsigned char)
-SvxContourDlg::SetPolyPolygon(PolyPolygon const&)
SvxDoCapitals::Do(String const&, unsigned short, unsigned short, unsigned char)
SvxDrawOutlinerViewForwarder::SetShapePos(Point const&)
SvxDrawPage::SvxDrawPage()