summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-28 17:01:29 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-28 17:06:24 +0000
commitbe3df1df76384820f7bfbf9c921e3e7fec536dae (patch)
tree31ac0d662cde85681fc6b739107e789349ace2cc /dbaccess/source/ui
parentba9b0e9c1a48c612386be6e1acf6e39275ab30c6 (diff)
coverity#707747 Uninitialized scalar field
Change-Id: I6bc4dbdd46a945d77b85ef8ec9c6333784cd0039
Diffstat (limited to 'dbaccess/source/ui')
-rw-r--r--dbaccess/source/ui/tabledesign/TableUndo.hxx1
1 files changed, 0 insertions, 1 deletions
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();