diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-07-13 12:16:34 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-07-13 12:19:49 +0100 |
commit | 380b2d2e449eee1e794efa1b16b69289419a9a66 (patch) | |
tree | d4080146b7f3d38fbc79dd1331e6b1603e577c26 /include | |
parent | 6431f5554bd585935e7a9bc354609a4363a09509 (diff) |
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
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/compressgraphicdialog.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
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 ); |