diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-10-02 10:36:21 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-10-02 14:48:57 +0100 |
commit | 3a1132d541ebc16777d5b1e02eda50fc19930190 (patch) | |
tree | 6f777e57620d31f16fbb966610c53b04770f9545 /cui | |
parent | f05cc18dda02b1b87ea4d87add13d94eb608b5d7 (diff) |
coverity#1242829 Uninitialized pointer field
Change-Id: I902d5ed03979264b9d228f91a4a50b912a1eade5
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/tabpages/tpbitmap.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/source/tabpages/tpbitmap.cxx b/cui/source/tabpages/tpbitmap.cxx index b6b9280235dd..b0e5571f105b 100644 --- a/cui/source/tabpages/tpbitmap.cxx +++ b/cui/source/tabpages/tpbitmap.cxx @@ -62,6 +62,7 @@ SvxBitmapTabPage::SvxBitmapTabPage( vcl::Window* pParent, const SfxItemSet& rIn pnColorListState ( 0 ), pPageType ( 0 ), nDlgType ( 0 ), + pPos ( 0 ), pbAreaTP ( 0 ), bBmpChanged ( false ), |