diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-08-12 11:00:50 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-08-12 11:20:10 +0100 |
commit | ae035a32737a77be75c9d017f7f5a90a05048e06 (patch) | |
tree | 46f2f687d5285d8a0ef221dbce02be37d95763d3 /svtools | |
parent | 63483b882c80d656dff4279e5be8a59a664a06fe (diff) |
Resolves: fdo#67944 set dialogcontrol bit to tab into simpletable
Change-Id: I1ea653d5546961096a9368b4d1d9a1dd39a80745
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/contnr/simptabl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/contnr/simptabl.cxx b/svtools/source/contnr/simptabl.cxx index 6da7c47cf639..874df133805a 100644 --- a/svtools/source/contnr/simptabl.cxx +++ b/svtools/source/contnr/simptabl.cxx @@ -43,7 +43,7 @@ SvSimpleTableContainer::SvSimpleTableContainer(Window* pParent, WinBits nBits) extern "C" SAL_DLLPUBLIC_EXPORT Window* SAL_CALL makeSvSimpleTableContainer(Window *pParent, VclBuilder::stringmap &) { - return new SvSimpleTableContainer(pParent, WB_TABSTOP); + return new SvSimpleTableContainer(pParent, WB_TABSTOP | WB_DIALOGCONTROL); } void SvSimpleTableContainer::SetTable(SvSimpleTable* pTable) |