diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2014-12-21 18:44:26 +0100 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2014-12-21 17:47:40 +0000 |
commit | 17402c73cfd513ade823a5f26c17371766047b6d (patch) | |
tree | 372b7195c82dc6d108300b467cc42ecd7a29b02d /svx/source/inc/gridcell.hxx | |
parent | 109df0652440c31df7a19275167f8f5640722a1b (diff) |
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 <lionel@mamane.lu>
Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
Diffstat (limited to 'svx/source/inc/gridcell.hxx')
-rw-r--r-- | svx/source/inc/gridcell.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
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(); |