summaryrefslogtreecommitdiffstats
path: root/include/svx/itemwin.hxx
diff options
context:
space:
mode:
authorKatarina Behrens <Katarina.Behrens@cib.de>2016-05-10 18:40:47 +0200
committerCaolán McNamara <caolanm@redhat.com>2016-05-11 11:12:55 +0000
commitad70397b7fa5af17c1769711ba80904b5543a7cd (patch)
tree12c555f5af9ec38a959695e7f24ef14a03dbf2f4 /include/svx/itemwin.hxx
parentResolves: tdf#99709 native gtk3 menubar isn't accessible with F6 (diff)
downloadcore-ad70397b7fa5af17c1769711ba80904b5543a7cd.tar.gz
core-ad70397b7fa5af17c1769711ba80904b5543a7cd.zip
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/svx/itemwin.hxx')
-rw-r--r--include/svx/itemwin.hxx2
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 );