diff options
Diffstat (limited to 'uui/source/masterpasscrtdlg.cxx')
-rw-r--r-- | uui/source/masterpasscrtdlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/source/masterpasscrtdlg.cxx b/uui/source/masterpasscrtdlg.cxx index 21b85d51441e..bec0d36e0acb 100644 --- a/uui/source/masterpasscrtdlg.cxx +++ b/uui/source/masterpasscrtdlg.cxx @@ -119,7 +119,7 @@ MasterPasswordCreateDialog::MasterPasswordCreateDialog { for( nNewLabelHeight = ( nTextWidth / nLableWidth + 1 ) * nTextHeight; nNewLabelHeight < aRect.GetHeight(); - nNewLabelHeight += nTextHeight ) {} + nNewLabelHeight += nTextHeight ) {}; } long nDelta = nNewLabelHeight - nLabelHeight; |