From be3df1df76384820f7bfbf9c921e3e7fec536dae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Tue, 28 Jan 2014 17:01:29 +0000 Subject: [PATCH] coverity#707747 Uninitialized scalar field Change-Id: I6bc4dbdd46a945d77b85ef8ec9c6333784cd0039 --- dbaccess/source/ui/tabledesign/TableUndo.hxx | 1 - 1 file changed, 1 deletion(-) diff --git a/dbaccess/source/ui/tabledesign/TableUndo.hxx b/dbaccess/source/ui/tabledesign/TableUndo.hxx index 29f498481829..5b87bd575237 100644 --- a/dbaccess/source/ui/tabledesign/TableUndo.hxx +++ b/dbaccess/source/ui/tabledesign/TableUndo.hxx @@ -136,7 +136,6 @@ namespace dbaui protected: MultiSelection m_aDelKeys, m_aInsKeys; - sal_Bool m_bActPrimKeySet; OTableEditorCtrl* m_pEditorCtrl; virtual void Undo();