| commit | a5a0bb0c6577c82f5e31f1a81e31381fdf6c0c2e | [log] |
|---|---|---|
| author | Heiko Tietze <tietze.heiko@gmail.com> | Thu Jan 04 12:13:44 2024 +0100 |
| committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | Thu Jan 04 14:00:21 2024 +0100 |
| tree | 16e5e7a99514b48213fdbe35c4d5086d827f9dcb | |
| parent | d6a8bfe3727c9f7465e1beaa48109112ae85338c [diff] |
Resolves tdf#158780 - Enable "Reduce Resolution" by default Change-Id: Ib60f8484ebf6b140c52c7d2b6f190eac9dd3ade1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161612 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
diff --git a/svx/source/dialog/compressgraphicdialog.cxx b/svx/source/dialog/compressgraphicdialog.cxx index 8fcf479..35899be 100644 --- a/svx/source/dialog/compressgraphicdialog.cxx +++ b/svx/source/dialog/compressgraphicdialog.cxx
@@ -45,7 +45,7 @@ namespace { struct memParam { bool ReduceResolutionCB = false; bool ReduceResolutionCB = true; int MFNewWidth = 1; int MFNewHeight = 1; bool LosslessRB = true;