diff options
Diffstat (limited to 'sw/source/ui/dialog/wordcountdialog.cxx')
-rw-r--r-- | sw/source/ui/dialog/wordcountdialog.cxx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sw/source/ui/dialog/wordcountdialog.cxx b/sw/source/ui/dialog/wordcountdialog.cxx index 323a0547dd..e33e3548b8 100644 --- a/sw/source/ui/dialog/wordcountdialog.cxx +++ b/sw/source/ui/dialog/wordcountdialog.cxx @@ -200,6 +200,13 @@ void SwWordCountDialog::SetValues(const SwDocStat& rCurrent, const SwDocStat& r // It won't be necessary to explicitely request a new size once // we build such code into the widgets. + +// TEST: only do a QueueResize every N calls +#if 0 +static int n = 0; +if (((n++) % 10) == 0) +#endif + Layout::QueueResize (table); #if 0 |