diff options
author | andreas kainz <kainz.a@gmail.com> | 2020-01-08 14:44:54 +0100 |
---|---|---|
committer | andreas_kainz <kainz.a@gmail.com> | 2020-01-13 08:23:36 +0100 |
commit | d3ac24bdb5dd4bc70a0b0c217b5e8f503dad8545 (patch) | |
tree | 63d590cebe9c228e8bc16d037092644b5198465b /svx/source/dialog/compressgraphicdialog.cxx | |
parent | b448b4953c8a8c2bd307844a5705b9832a6cffa4 (diff) |
tdf#128658 update image compress dialog default settings
Change-Id: I4bfd14d1d8543e27eb31e340742fac527d22e6d9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86431
Tested-by: Jenkins
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
Diffstat (limited to 'svx/source/dialog/compressgraphicdialog.cxx')
-rw-r--r-- | svx/source/dialog/compressgraphicdialog.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/dialog/compressgraphicdialog.cxx b/svx/source/dialog/compressgraphicdialog.cxx index df4e08b3ca7a..060c9ba9ab38 100644 --- a/svx/source/dialog/compressgraphicdialog.cxx +++ b/svx/source/dialog/compressgraphicdialog.cxx @@ -46,7 +46,7 @@ CompressGraphicsDialog::CompressGraphicsDialog( weld::Window* pParent, SdrGrafOb m_aGraphic ( pGraphicObj->GetGraphicObject().GetGraphic() ), m_aViewSize100mm ( pGraphicObj->GetLogicRect().GetSize() ), m_rBindings ( rBindings ), - m_dResolution ( 96.0 ) + m_dResolution ( 300 ) { const SdrGrafCropItem& rCrop = m_xGraphicObj->GetMergedItem(SDRATTR_GRAFCROP); m_aCropRectangle = tools::Rectangle(rCrop.GetLeft(), rCrop.GetTop(), rCrop.GetRight(), rCrop.GetBottom()); @@ -61,7 +61,7 @@ CompressGraphicsDialog::CompressGraphicsDialog( weld::Window* pParent, Graphic c m_aViewSize100mm ( rViewSize100mm ), m_aCropRectangle ( rCropRectangle ), m_rBindings ( rBindings ), - m_dResolution ( 96.0 ) + m_dResolution ( 300 ) { Initialize(); } |