From 4dd309ed472f4860ed60ccdd38226c3fcbdfb59d Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 18 Dec 2012 10:26:21 +0000 Subject: remove manual entry of 50 to 600 now that we support items in .ui Change-Id: I68e5547916af4986dfab31aac9e25cc8fad8d0e0 --- svx/source/dialog/compressgraphicdialog.cxx | 8 -------- 1 file changed, 8 deletions(-) (limited to 'svx/source/dialog/compressgraphicdialog.cxx') 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 )); -- cgit