summaryrefslogtreecommitdiff
path: root/svx/inc/svx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2012-12-14 22:35:37 +0100
committerJulien Nabet <serval2412@yahoo.fr>2012-12-14 22:35:37 +0100
commit0d14248a51a3995171d9295d55a465072775e305 (patch)
tree57df235e81e5ba31f07bd6da027ac66a18f6c932 /svx/inc/svx
parent00438a182db9d0edcc2339c8a35a79280c60d1a5 (diff)
Remove 2 unused methods from CompressGraphicsDialog
Change-Id: I51ce4a231a43dc32a36303d293c718ee44b371a1
Diffstat (limited to 'svx/inc/svx')
-rw-r--r--svx/inc/svx/compressgraphicdialog.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/svx/inc/svx/compressgraphicdialog.hxx b/svx/inc/svx/compressgraphicdialog.hxx
index 9c24ee57daec..20d15ab583b8 100644
--- a/svx/inc/svx/compressgraphicdialog.hxx
+++ b/svx/inc/svx/compressgraphicdialog.hxx
@@ -80,11 +80,9 @@ private:
public:
CompressGraphicsDialog( Window* pParent, SdrGrafObj* pGraphicObj, SfxBindings& rBindings );
- CompressGraphicsDialog( Window* pParent, const Graphic& rGraphic, Size& rViewSize100mm, Rectangle& rCropRectangle, SfxBindings& rBindings );
virtual ~CompressGraphicsDialog();
SdrGrafObj* GetCompressedSdrGrafObj();
- Graphic GetCompressedGraphic();
};
#endif