summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/source/ui/chrdlg/drpcps.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/source/ui/chrdlg/drpcps.cxx b/sw/source/ui/chrdlg/drpcps.cxx
index 3b9d182b2f74..2f3024630ac6 100644
--- a/sw/source/ui/chrdlg/drpcps.cxx
+++ b/sw/source/ui/chrdlg/drpcps.cxx
@@ -107,11 +107,13 @@ public:
SwDropCapsPict(Window *pParent, WinBits nBits)
: Control(pParent, nBits)
, mpPage(NULL)
+ , mnLines(0)
, mnTotLineH(0)
, mnLineH(0)
, mnTextH(0)
- , mpPrinter( NULL )
- , mbDelPrinter( false )
+ , mnDistance(00
+ , mpPrinter(NULL)
+ , mbDelPrinter(false)
{}
void SetDropCapsPage(SwDropCapsPage* pPage) { mpPage = pPage; }