summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-12-13 12:30:32 +0200
committerTor Lillqvist <tml@collabora.com>2013-12-13 12:30:32 +0200
commit61492fadb6fcaab384244754eb6116c9e3582079 (patch)
tree59aff60545ab0db11f0faac6621b4a0d9cfebf6c /svx
parent8db5c8c080f8b02bacbb1990eaec0e89f6cf8f1f (diff)
WaE: field 'mxImpl' will be initialized after field 'mnPreviousSelectionCount'
Change-Id: I7d6facb76317d8e7de3adbafdf3763f37c1b0837
Diffstat (limited to 'svx')
-rw-r--r--svx/source/table/accessibletableshape.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/table/accessibletableshape.cxx b/svx/source/table/accessibletableshape.cxx
index d0cddf61e50b..cfeb62ff42e2 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 ) )
{
}