From d30a4298bdb5ba53cd1fe659f2b742f218a2e527 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 11 Aug 2016 15:02:19 +0200 Subject: loplugin:unusedenumconstants in package..svtools Change-Id: I8136b93b9303ebecafd791159e813c335b1bc172 Reviewed-on: https://gerrit.libreoffice.org/28052 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- svtools/source/contnr/ivctrl.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'svtools/source') diff --git a/svtools/source/contnr/ivctrl.cxx b/svtools/source/contnr/ivctrl.cxx index 9291c6053097..0f2b90c20f93 100644 --- a/svtools/source/contnr/ivctrl.cxx +++ b/svtools/source/contnr/ivctrl.cxx @@ -58,7 +58,6 @@ SvxIconChoiceCtrlColumnInfo::SvxIconChoiceCtrlColumnInfo( const SvxIconChoiceCtr : aColText( rInfo.aColText ), aColImage( rInfo.aColImage ) { nWidth = rInfo.nWidth; - eAlignment = rInfo.eAlignment; nSubItem = rInfo.nSubItem; } -- cgit