[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - svx/source

Caolán McNamara caolanm at redhat.com
Tue Aug 13 00:40:12 PDT 2013


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

New commits:
commit 6111122c7e764241300e678a6f92ac862df08a61
Author: Caolán McNamara <caolanm at 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 <vmiklos at suse.cz>
    Tested-by: Miklos Vajna <vmiklos at 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)


More information about the Libreoffice-commits mailing list