summaryrefslogtreecommitdiff
path: root/svx
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 /svx
parent8c67428341d42ada42f9186bbfe3d6f25a0edaef (diff)
Remove unused code
Diffstat (limited to 'svx')
-rw-r--r--svx/inc/svx/contdlg.hxx8
1 files changed, 0 insertions, 8 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 );
};
/*************************************************************************