diff options
author | Heiko Tietze <tietze.heiko@gmail.com> | 2022-03-03 14:37:57 +0100 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2022-03-04 16:17:30 +0100 |
commit | b82b38bbc896bc4e19171cb8950cbd0e95d2c23f (patch) | |
tree | bc170ba5e43ae2a05cda04aa11f31ce0bf7f34bc /svx | |
parent | 85a5b1d92ebb4d66c9ed683df99dc8b37c0f02a5 (diff) |
Relates tdf#146929 - Remember user input for the compress dialog
Missing ctor added
Change-Id: Ifb71d6a0653d090e0fc46746d35c70cc8df43e8d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130928
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/compressgraphicdialog.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/dialog/compressgraphicdialog.cxx b/svx/source/dialog/compressgraphicdialog.cxx index 77a791a1b20a..1c3cc3be54d9 100644 --- a/svx/source/dialog/compressgraphicdialog.cxx +++ b/svx/source/dialog/compressgraphicdialog.cxx @@ -71,6 +71,7 @@ CompressGraphicsDialog::CompressGraphicsDialog( weld::Window* pParent, SdrGrafOb m_aCropRectangle = tools::Rectangle(rCrop.GetLeft(), rCrop.GetTop(), rCrop.GetRight(), rCrop.GetBottom()); Initialize(); + recallParameter(); } CompressGraphicsDialog::CompressGraphicsDialog( weld::Window* pParent, Graphic const & rGraphic, Size rViewSize100mm, tools::Rectangle const & rCropRectangle, SfxBindings& rBindings ) : |