[Libreoffice-commits] core.git: Branch 'aoo/trunk' - svx/source
Pavel JanÃk
paveljanik at apache.org
Sun Dec 15 06:08:30 PST 2013
svx/source/table/accessibletableshape.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 36e02e8367f2f7e01c5fc161c36bd725cd9378b4
Author: Pavel JanÃk <paveljanik at apache.org>
Date: Sun Dec 15 12:08:22 2013 +0000
WaE: reorder initializations to prevent compiler warnings.
diff --git a/svx/source/table/accessibletableshape.cxx b/svx/source/table/accessibletableshape.cxx
index eba58ba..e8b3790 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 ) )
{
}
More information about the Libreoffice-commits
mailing list