diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-10-19 17:01:40 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-10-19 19:16:34 +0100 |
commit | 31ec3547085939d76b25e6794af0620d7d1a9171 (patch) | |
tree | f7352c33db1948c91b5dadd76e99aef55e7574d3 /sw/source | |
parent | 7e2d03efbc831088643661b5b71de726a508353a (diff) |
fix CID#1038503 uninitializ
Change-Id: I7b85475d757695a0e3573627266b7756989f81a7
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/ui/chrdlg/drpcps.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/chrdlg/drpcps.cxx b/sw/source/ui/chrdlg/drpcps.cxx index 2f3024630ac6..7df0858b5c16 100644 --- a/sw/source/ui/chrdlg/drpcps.cxx +++ b/sw/source/ui/chrdlg/drpcps.cxx @@ -111,7 +111,7 @@ public: , mnTotLineH(0) , mnLineH(0) , mnTextH(0) - , mnDistance(00 + , mnDistance(0) , mpPrinter(NULL) , mbDelPrinter(false) {} |