svx/source/dialog/simptabl.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6111122c7e764241300e678a6f92ac862df08a61
Author: Caolán McNamara <caol...@redhat.com>
Date:   Mon Aug 12 11:00:50 2013 +0100

    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 <vmik...@suse.cz>
    Tested-by: Miklos Vajna <vmik...@suse.cz>

diff --git a/svx/source/dialog/simptabl.cxx b/svx/source/dialog/simptabl.cxx
index 46f308d..ec54618 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)
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to