summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorPavel Janík <paveljanik@apache.org>2013-12-15 12:08:22 +0000
committerPavel Janík <paveljanik@apache.org>2013-12-15 12:08:22 +0000
commit36e02e8367f2f7e01c5fc161c36bd725cd9378b4 (patch)
treec73db2b7473a43a7174b90c81abb9f0a3ff7fb03 /svx
parent20fcc36e1c2f22d824d478d39bb37d5162317526 (diff)
WaE: reorder initializations to prevent compiler warnings.
Notes
Notes: prefer: 61492fadb6fcaab384244754eb6116c9e3582079
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 eba58baae48d..e8b37908c9ac 100644
--- a/svx/source/table/accessibletableshape.cxx
+++ b/svx/source/table/accessibletableshape.cxx
@@ -327,8 +327,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 ) )
{
}