Kaydet (Commit) 63c5de04 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

fix regression from 552f754a

How did that ever work when testing?

Change-Id: Ib8520da252c7fa11c9a0cec62a2bba6833951901
Reviewed-on: https://gerrit.libreoffice.org/15724Tested-by: 's avatarMarkus Mohrhard <markus.mohrhard@googlemail.com>
Reviewed-by: 's avatarMarkus Mohrhard <markus.mohrhard@googlemail.com>
üst c2fac483
...@@ -28,9 +28,9 @@ private: ...@@ -28,9 +28,9 @@ private:
VclPtr<ColorListBox> mpLbPos; VclPtr<ColorListBox> mpLbPos;
VclPtr<ColorListBox> mpLbNeg; VclPtr<ColorListBox> mpLbNeg;
VclPtr<ColorListBox> mpLbFillType;
VclPtr<ColorListBox> mpLbAxisCol; VclPtr<ColorListBox> mpLbAxisCol;
VclPtr<ListBox> mpLbFillType;
VclPtr<ListBox> mpLbTypeMin; VclPtr<ListBox> mpLbTypeMin;
VclPtr<ListBox> mpLbTypeMax; VclPtr<ListBox> mpLbTypeMax;
VclPtr<ListBox> mpLbAxisPos; VclPtr<ListBox> mpLbAxisPos;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment