From 68381d9c8fd931082661e00a839671507fd501de Mon Sep 17 00:00:00 2001
From: Elton Chung <elton@layerjet.com>
Date: Sat, 18 Feb 2012 23:15:40 +0800
Subject: [PATCH] Remove unused code

---
 svx/inc/svx/contdlg.hxx |    8 --------
 unusedcode.easy         |    6 ------
 2 files changed, 0 insertions(+), 14 deletions(-)

diff --git a/svx/inc/svx/contdlg.hxx b/svx/inc/svx/contdlg.hxx
index cb88430..1c48248 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 dcd6b42..1b9237c 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()
-- 
1.7.7.msysgit.1

