summaryrefslogtreecommitdiff
path: root/uui/source/passcrtdlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'uui/source/passcrtdlg.cxx')
-rw-r--r--uui/source/passcrtdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/source/passcrtdlg.cxx b/uui/source/passcrtdlg.cxx
index a50d7017868c..a57255cddefe 100644
--- a/uui/source/passcrtdlg.cxx
+++ b/uui/source/passcrtdlg.cxx
@@ -101,7 +101,7 @@ PasswordCreateDialog::PasswordCreateDialog( Window* _pParent, ResMgr * pResMgr )
long nNewLabelHeight = 0;
for( nNewLabelHeight = ( nTextWidth / nLabelWidth + 1 ) * nTextHeight;
nNewLabelHeight < aRect.GetHeight();
- nNewLabelHeight += nTextHeight ) ;
+ nNewLabelHeight += nTextHeight ) {} ;
long nDelta = nNewLabelHeight - nLabelHeight;