svx/source/table/tableundo.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 25d2ae2a90bb3af093323c7182e2e66f49c3bc8e
Author: Caolán McNamara <[email protected]>
Date: Mon Apr 7 21:22:18 2014 +0100
coverity#708388 Uninitialized scalar field
Change-Id: Idaa2ec4863beb6be790022c3c66bc4a72e9bf626
(cherry picked from commit 409ebeb20d1ee4552ac21bd739ae4e25eaeb68d9)
Reviewed-on: https://gerrit.libreoffice.org/8891
Tested-by: David Tardon <[email protected]>
Reviewed-by: David Tardon <[email protected]>
diff --git a/svx/source/table/tableundo.cxx b/svx/source/table/tableundo.cxx
index aee0012..2a8aebf 100644
--- a/svx/source/table/tableundo.cxx
+++ b/svx/source/table/tableundo.cxx
@@ -506,6 +506,7 @@ void TableRowUndo::getData( Data& rData )
TableStyleUndo::TableStyleUndo( const SdrTableObj& rTableObj )
: SdrUndoAction( *rTableObj.GetModel() )
, mxObjRef( const_cast< sdr::table::SdrTableObj*>( &rTableObj ) )
+ , mbHasRedoData(false)
{
getData( maUndoData );
}
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits