Kaydet (Commit) 36e02e83 authored tarafından Pavel Janík's avatar Pavel Janík

WaE: reorder initializations to prevent compiler warnings.

üst 20fcc36e
...@@ -327,8 +327,8 @@ void SAL_CALL AccessibleTableShapeImpl::disposing( const EventObject& /*Source*/ ...@@ -327,8 +327,8 @@ void SAL_CALL AccessibleTableShapeImpl::disposing( const EventObject& /*Source*/
AccessibleTableShape::AccessibleTableShape( const AccessibleShapeInfo& rShapeInfo, const AccessibleShapeTreeInfo& rShapeTreeInfo) AccessibleTableShape::AccessibleTableShape( const AccessibleShapeInfo& rShapeInfo, const AccessibleShapeTreeInfo& rShapeTreeInfo)
: AccessibleTableShape_Base(rShapeInfo, rShapeTreeInfo) : AccessibleTableShape_Base(rShapeInfo, rShapeTreeInfo)
, mxImpl( new AccessibleTableShapeImpl( maShapeTreeInfo ) )
, mnPreviousSelectionCount(0) , mnPreviousSelectionCount(0)
, mxImpl( new AccessibleTableShapeImpl( maShapeTreeInfo ) )
{ {
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment