From c24d569cb20c98409b40e8a77b7bdbbcc01c4568 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 24 Nov 2010 11:39:55 +0000 Subject: cppcheck: Member variable not initialized in the constructor --- svx/source/dialog/fntctrl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx') 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 ), -- cgit