diff options
author | Katarina Behrens <Katarina.Behrens@cib.de> | 2016-05-10 18:40:47 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-05-11 11:12:55 +0000 |
commit | ad70397b7fa5af17c1769711ba80904b5543a7cd (patch) | |
tree | 12c555f5af9ec38a959695e7f24ef14a03dbf2f4 /include | |
parent | 43896bcbea44aa92ee80ee7ba6cb39f5f514c751 (diff) |
tdf#89466: SvxFillTypeBox::Selected needs to be called
when something is selected in order to flag that its
an acceptable value and should not be reset to the
previous value on losing focus
Have to use SvxFillTypeBox instead of base ListBox
to achieve that and so SvxFillTypeBox has to then be
SVX_DLLPUBLIC
Change-Id: I92f6264cc9cc0a9c7c8c0b5c3c73517fe456d13e
Reviewed-on: https://gerrit.libreoffice.org/24858
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/itemwin.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/itemwin.hxx b/include/svx/itemwin.hxx index f059069adb37..90167d57ebe0 100644 --- a/include/svx/itemwin.hxx +++ b/include/svx/itemwin.hxx @@ -94,7 +94,7 @@ public: // class SvxFillTypeBox -------------------------------------------------- -class SvxFillTypeBox : public FillTypeLB +class SVX_DLLPUBLIC SvxFillTypeBox : public FillTypeLB { public: SvxFillTypeBox( vcl::Window* pParent, WinBits nBits = WB_BORDER | WB_DROPDOWN | WB_AUTOHSCROLL ); |