[Libreoffice-commits] core.git: svx/source

Tor Lillqvist tml at collabora.com
Fri Dec 13 02:32:28 PST 2013


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

New commits:
commit 61492fadb6fcaab384244754eb6116c9e3582079
Author: Tor Lillqvist <tml at collabora.com>
Date:   Fri Dec 13 12:30:32 2013 +0200

    WaE: field 'mxImpl' will be initialized after field 'mnPreviousSelectionCount'
    
    Change-Id: I7d6facb76317d8e7de3adbafdf3763f37c1b0837

diff --git a/svx/source/table/accessibletableshape.cxx b/svx/source/table/accessibletableshape.cxx
index d0cddf6..cfeb62f 100644
--- a/svx/source/table/accessibletableshape.cxx
+++ b/svx/source/table/accessibletableshape.cxx
@@ -312,8 +312,8 @@ void SAL_CALL AccessibleTableShapeImpl::disposing( const EventObject& /*Source*/
 
 AccessibleTableShape::AccessibleTableShape( const AccessibleShapeInfo& rShapeInfo, const AccessibleShapeTreeInfo& rShapeTreeInfo)
 : AccessibleTableShape_Base(rShapeInfo, rShapeTreeInfo)
-, mxImpl( new AccessibleTableShapeImpl( maShapeTreeInfo ) )
 , mnPreviousSelectionCount(0)
+, mxImpl( new AccessibleTableShapeImpl( maShapeTreeInfo ) )
 {
 }
 


More information about the Libreoffice-commits mailing list