diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-03-06 13:29:11 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-03-06 16:35:49 +0000 |
commit | f0622f3848a4c3dbbcf0b61eb2ea5748f604ce99 (patch) | |
tree | a689a4908c103401a3ec7b5ad450ed3acd513d83 /reportdesign | |
parent | 26c805f555d286753f198320029cbc2759a6b9aa (diff) |
coverity#738782 Uninitialized scalar field
Change-Id: Ie34b70887827ad9f38ae7e0d732471c6051ba4d7
Diffstat (limited to 'reportdesign')
-rw-r--r-- | reportdesign/source/ui/inc/ViewsWindow.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/reportdesign/source/ui/inc/ViewsWindow.hxx b/reportdesign/source/ui/inc/ViewsWindow.hxx index c63728a42aa5..2620e5f625bb 100644 --- a/reportdesign/source/ui/inc/ViewsWindow.hxx +++ b/reportdesign/source/ui/inc/ViewsWindow.hxx @@ -129,7 +129,6 @@ namespace rptui svtools::ColorConfig m_aColorConfig; OReportWindow* m_pParent; OUString m_sShapeType; - sal_Bool m_bInSplitHandler; sal_Bool m_bInUnmark; void ImplInitSettings(); |