[Libreoffice-commits] .: svx/inc unusedcode.easy
Ivan Timofeev
ivantimofeev at kemper.freedesktop.org
Sat Feb 18 09:03:45 PST 2012
svx/inc/svx/contdlg.hxx | 8 --------
unusedcode.easy | 6 ------
2 files changed, 14 deletions(-)
New commits:
commit 5d7b70f8c8e912ebca068cf57058a92b0b05809f
Author: Elton Chung <elton at layerjet.com>
Date: Sat Feb 18 23:15:40 2012 +0800
Remove unused code
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 4f8892c..6abc24b 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()
More information about the Libreoffice-commits
mailing list