diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-08-12 11:00:50 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2013-08-13 07:39:50 +0000 |
commit | 6111122c7e764241300e678a6f92ac862df08a61 (patch) | |
tree | bddeb36e9b246871cd4c54b25a55d1ea933a28cf | |
parent | a3cbb8e2526a61a2b10e3663f5971f0441f605a9 (diff) |
Resolves: fdo#67944 set dialogcontrol bit to tab into simpletable
(cherry picked from commit ae035a32737a77be75c9d017f7f5a90a05048e06)
Conflicts:
svtools/source/contnr/simptabl.cxx
Change-Id: I1ea653d5546961096a9368b4d1d9a1dd39a80745
Reviewed-on: https://gerrit.libreoffice.org/5366
Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
Tested-by: Miklos Vajna <vmiklos@suse.cz>
-rw-r--r-- | svx/source/dialog/simptabl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/simptabl.cxx b/svx/source/dialog/simptabl.cxx index 46f308d86a6b..ec54618a0b4a 100644 --- a/svx/source/dialog/simptabl.cxx +++ b/svx/source/dialog/simptabl.cxx @@ -44,7 +44,7 @@ SvxSimpleTableContainer::SvxSimpleTableContainer(Window* pParent, WinBits nBits) extern "C" SAL_DLLPUBLIC_EXPORT Window* SAL_CALL makeSvxSimpleTableContainer(Window *pParent, VclBuilder::stringmap &) { - return new SvxSimpleTableContainer(pParent); + return new SvxSimpleTableContainer(pParent, WB_TABSTOP | WB_DIALOGCONTROL | WB_BORDER); } void SvxSimpleTableContainer::SetTable(SvxSimpleTable* pTable) |