From 17402c73cfd513ade823a5f26c17371766047b6d Mon Sep 17 00:00:00 2001 From: Lionel Elie Mamane Date: Sun, 21 Dec 2014 18:44:26 +0100 Subject: fdo#87555 ComboBox in table should use same formatting as floating ComboBox Same as fdo#67615 for TexFields, but for ComboBox. Same problem, same cause, same solution. ListBox seems not to have this problem :) Change-Id: I953c5452f6c313b8940fbd1048b4c901b331fc58 Reviewed-on: https://gerrit.libreoffice.org/13578 Reviewed-by: Lionel Elie Mamane Tested-by: Lionel Elie Mamane --- svx/source/inc/gridcell.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'svx/source/inc/gridcell.hxx') diff --git a/svx/source/inc/gridcell.hxx b/svx/source/inc/gridcell.hxx index 5d23f1934a58..8d1ddf95be69 100644 --- a/svx/source/inc/gridcell.hxx +++ b/svx/source/inc/gridcell.hxx @@ -467,7 +467,6 @@ protected: class DbComboBox : public DbCellControl { - sal_Int16 m_nKeyType; public: TYPEINFO_OVERRIDE(); -- cgit