diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-02-04 01:18:43 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-09-28 08:48:09 +0100 |
commit | 6fc18f9679cb1c344221450ac802d66ac09efe58 (patch) | |
tree | 70b0f993d379c8591566a19da1ac63bce402c166 /sw/source | |
parent | 7a33ee805f9750a54ab38cdd164bb23211845b70 (diff) |
better initial size string for pre-update
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/ui/dialog/wordcountdialog.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/dialog/wordcountdialog.cxx b/sw/source/ui/dialog/wordcountdialog.cxx index a06da990308c..05db90bd9ab1 100644 --- a/sw/source/ui/dialog/wordcountdialog.cxx +++ b/sw/source/ui/dialog/wordcountdialog.cxx @@ -74,7 +74,7 @@ SwWordCountDialog::SwWordCountDialog(Dialog* pParent) , aOK(&action_area, SW_RES(PB_OK)) , aHelp(&action_area, SW_RES(PB_HELP)) { - rtl::OUString sForceInitialSize(RTL_CONSTASCII_USTRINGPARAM("00000000")); + rtl::OUString sForceInitialSize(RTL_CONSTASCII_USTRINGPARAM(" ")); aCurrentWordFI.SetText(sForceInitialSize); aCurrentCharacterFI.SetText(sForceInitialSize); aCurrentCharacterExcludingSpacesFI.SetText(sForceInitialSize); |