From 316557d6f4fe8a15112b39f3c808dda38cce018c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 4 Oct 2019 09:42:28 +0200 Subject: loplugin:unusedfields Change-Id: If0df5216dccd2c0a7aa790668471993f5d4d5d32 Reviewed-on: https://gerrit.libreoffice.org/80183 Tested-by: Jenkins Reviewed-by: Noel Grandin --- dbaccess/source/ui/control/ColumnControlWindow.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'dbaccess/source/ui/control/ColumnControlWindow.cxx') diff --git a/dbaccess/source/ui/control/ColumnControlWindow.cxx b/dbaccess/source/ui/control/ColumnControlWindow.cxx index f1ec5954edce..d080fd875c9f 100644 --- a/dbaccess/source/ui/control/ColumnControlWindow.cxx +++ b/dbaccess/source/ui/control/ColumnControlWindow.cxx @@ -43,8 +43,6 @@ OColumnControlWindow::OColumnControlWindow(vcl::Window* pParent , m_sTypeNames(DBA_RES(STR_TABLEDESIGN_DBFIELDTYPES)) , m_bAutoIncrementEnabled(true) { - - setRightAligned(); m_aLocale = SvtSysLocale().GetLanguageTag().getLocale(); } -- cgit