diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-05-13 19:09:00 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-05-13 17:23:37 +0000 |
commit | 63c5de04edc46203d03337d497dbdfc83f883595 (patch) | |
tree | 13acfb537f00ee03c748acf963ebb9fde650928e /sc | |
parent | c2fac48373cab503c19aad00d1136053f82f3ae2 (diff) |
fix regression from 552f754ab9d9f0fedd73d5328618315ec774d3d6
How did that ever work when testing?
Change-Id: Ib8520da252c7fa11c9a0cec62a2bba6833951901
Reviewed-on: https://gerrit.libreoffice.org/15724
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/inc/colorformat.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/colorformat.hxx b/sc/source/ui/inc/colorformat.hxx index 9c0dca889596..dd65562828b2 100644 --- a/sc/source/ui/inc/colorformat.hxx +++ b/sc/source/ui/inc/colorformat.hxx @@ -28,9 +28,9 @@ private: VclPtr<ColorListBox> mpLbPos; VclPtr<ColorListBox> mpLbNeg; - VclPtr<ColorListBox> mpLbFillType; VclPtr<ColorListBox> mpLbAxisCol; + VclPtr<ListBox> mpLbFillType; VclPtr<ListBox> mpLbTypeMin; VclPtr<ListBox> mpLbTypeMax; VclPtr<ListBox> mpLbAxisPos; |