From 25d2ae2a90bb3af093323c7182e2e66f49c3bc8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Mon, 7 Apr 2014 21:22:18 +0100 Subject: coverity#708388 Uninitialized scalar field Change-Id: Idaa2ec4863beb6be790022c3c66bc4a72e9bf626 (cherry picked from commit 409ebeb20d1ee4552ac21bd739ae4e25eaeb68d9) Reviewed-on: https://gerrit.libreoffice.org/8891 Tested-by: David Tardon Reviewed-by: David Tardon --- svx/source/table/tableundo.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'svx') diff --git a/svx/source/table/tableundo.cxx b/svx/source/table/tableundo.cxx index aee0012abef3..2a8aebfedf30 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 ); } -- cgit v1.2.1