summaryrefslogtreecommitdiff
path: root/sw/source/ui/dialog/wordcountdialog.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-11-20 21:23:08 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-09-28 08:48:03 +0100
commit919048ba44db04e3be5ee477602923c77a58a6f5 (patch)
tree28cf904a90f2fdbe49698511a9743b9b87a118f6 /sw/source/ui/dialog/wordcountdialog.cxx
parent89b5326a41f3a43209899f99e2a8515759cbab5f (diff)
add a little space
Diffstat (limited to 'sw/source/ui/dialog/wordcountdialog.cxx')
-rw-r--r--sw/source/ui/dialog/wordcountdialog.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/dialog/wordcountdialog.cxx b/sw/source/ui/dialog/wordcountdialog.cxx
index 341ca964a230..dcefea6b803c 100644
--- a/sw/source/ui/dialog/wordcountdialog.cxx
+++ b/sw/source/ui/dialog/wordcountdialog.cxx
@@ -45,7 +45,7 @@ const int nWCSpacing = 50;
SwWordCountDialog::SwWordCountDialog(Dialog* pParent)
: dialog_vbox1(pParent)
, box1(&dialog_vbox1)
- , aCurrentSelection(&box1)
+ , aCurrentSelection(&box1, false, 3)
, aCurrentSelectionText(&aCurrentSelection, SW_RES(FT_CURRENT))
, aCurrentSelectionLine(&aCurrentSelection, SW_RES(FL_CURRENT))
, aSelectionBox(&box1, false, 7)
@@ -58,7 +58,7 @@ SwWordCountDialog::SwWordCountDialog(Dialog* pParent)
, aSelectionRow3(&aSelectionBox, false, nWCSpacing)
, aCurrentCharacterExcludingSpacesFT(&aSelectionRow3, SW_RES(FT_CURRENTCHARACTEREXCLUDINGSPACES))
, aCurrentCharacterExcludingSpacesFI(&aSelectionRow3, SW_RES(FI_CURRENTCHARACTEREXCLUDINGSPACES))
- , aDoc(&box1)
+ , aDoc(&box1, false, 3)
, aDocText(&aDoc, SW_RES(FT_DOC))
, aDocLine(&aDoc, SW_RES(FL_DOC))
, aDocBox(&box1, false, 7)