[Libreoffice-commits] core.git: sc/source
Markus Mohrhard
markus.mohrhard at googlemail.com
Wed May 13 10:23:58 PDT 2015
sc/source/ui/inc/colorformat.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 63c5de04edc46203d03337d497dbdfc83f883595
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Wed May 13 19:09:00 2015 +0200
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 at googlemail.com>
Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
diff --git a/sc/source/ui/inc/colorformat.hxx b/sc/source/ui/inc/colorformat.hxx
index 9c0dca8..dd65562 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;
More information about the Libreoffice-commits
mailing list