diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-11-24 11:39:55 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-11-24 11:39:55 +0000 |
commit | c24d569cb20c98409b40e8a77b7bdbbcc01c4568 (patch) | |
tree | 2fc9fd078dc0d7d4c23a1cc4071a18caf19c049e /svx | |
parent | 4a4faf53638af7cb3d930e0199b0b0a9bd3fc14a (diff) |
cppcheck: Member variable not initialized in the constructor
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/fntctrl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/fntctrl.cxx b/svx/source/dialog/fntctrl.cxx index 0087d5cf897d..1296071fd59d 100644 --- a/svx/source/dialog/fntctrl.cxx +++ b/svx/source/dialog/fntctrl.cxx @@ -147,7 +147,7 @@ class FontPrevWin_Impl public: inline FontPrevWin_Impl() : pPrinter( NULL ), bDelPrinter( FALSE ), - pColor( NULL ), pBackColor( 0 ), + pColor( NULL ), pBackColor( 0 ), nAscent( 0 ), cStartBracket( 0 ), cEndBracket( 0 ), nFontWidthScale( 100 ), bSelection( FALSE ), bGetSelection( FALSE ), bUseResText( FALSE ), bTwoLines( FALSE ), |