diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-12-18 10:26:21 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-12-18 10:43:55 +0000 |
commit | 4dd309ed472f4860ed60ccdd38226c3fcbdfb59d (patch) | |
tree | 5c2c816aba77350a3b1d0ddf7f669363ae6f25a9 /svx/source/dialog/compressgraphicdialog.cxx | |
parent | 6154e1b4e9c39adac57b0131ceee3a6d2be86fa9 (diff) |
remove manual entry of 50 to 600 now that we support items in .ui
Change-Id: I68e5547916af4986dfab31aac9e25cc8fad8d0e0
Diffstat (limited to 'svx/source/dialog/compressgraphicdialog.cxx')
-rw-r--r-- | svx/source/dialog/compressgraphicdialog.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/svx/source/dialog/compressgraphicdialog.cxx b/svx/source/dialog/compressgraphicdialog.cxx index 72329365182f..1709ea4c157e 100644 --- a/svx/source/dialog/compressgraphicdialog.cxx +++ b/svx/source/dialog/compressgraphicdialog.cxx @@ -65,14 +65,6 @@ void CompressGraphicsDialog::Initialize() get(m_pBtnCalculate, "calculate"); get(m_pInterpolationCombo, "interpolation-method-combo"); - m_pResolutionLB->InsertEntry(OUString("50")); - m_pResolutionLB->InsertEntry(OUString("75")); - m_pResolutionLB->InsertEntry(OUString("96")); - m_pResolutionLB->InsertEntry(OUString("150")); - m_pResolutionLB->InsertEntry(OUString("200")); - m_pResolutionLB->InsertEntry(OUString("300")); - m_pResolutionLB->InsertEntry(OUString("600")); - m_pInterpolationCombo->SelectEntry( OUString("Lanczos") ); m_pMFNewWidth->SetModifyHdl( LINK( this, CompressGraphicsDialog, NewWidthModifiedHdl )); |