From 380b2d2e449eee1e794efa1b16b69289419a9a66 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 13 Jul 2016 12:16:34 +0100 Subject: Resolves: tdf#100340 make compress graphic dialog less wide 'regression' seems harsh, its not so wide it didn't fit on a reasonable sized screen or look particularly horrific. Change-Id: I20d55b8aac609ee0d683eb9a1c2b173aa0c9d8da --- include/svx/compressgraphicdialog.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/svx/compressgraphicdialog.hxx b/include/svx/compressgraphicdialog.hxx index 9b00d24e7f01..08819e9c04d3 100644 --- a/include/svx/compressgraphicdialog.hxx +++ b/include/svx/compressgraphicdialog.hxx @@ -63,6 +63,10 @@ private: void Initialize(); + DECL_LINK_TYPED( EndSlideHdl, Slider*, void ); + DECL_LINK_TYPED( NewInterpolationModifiedHdl, ListBox&, void ); + DECL_LINK_TYPED( NewQualityModifiedHdl, Edit&, void ); + DECL_LINK_TYPED( NewCompressionModifiedHdl, Edit&, void ); DECL_LINK_TYPED( NewWidthModifiedHdl, Edit&, void ); DECL_LINK_TYPED( NewHeightModifiedHdl, Edit&, void ); DECL_LINK_TYPED( ResolutionModifiedHdl, Edit&, void ); -- cgit