summaryrefslogtreecommitdiff
path: root/uui
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2009-01-29 10:02:54 +0000
committerKurt Zenker <kz@openoffice.org>2009-01-29 10:02:54 +0000
commit3cb9494b42a5be33d4bc210cc7481aeafd851656 (patch)
tree632352fc2d1e0189510208019647a28bdfbfef2e /uui
parentd0f8e2fb691766435d388752a425ed98712e04d9 (diff)
CWS-TOOLING: integrate CWS cmcfixes52
2009-01-05 10:49:04 +0100 cmc r265860 : #i97763# remove low-hanging warnings
Diffstat (limited to 'uui')
-rw-r--r--uui/source/masterpasscrtdlg.cxx2
-rw-r--r--uui/source/passcrtdlg.cxx2
-rw-r--r--uui/source/passworddlg.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/uui/source/masterpasscrtdlg.cxx b/uui/source/masterpasscrtdlg.cxx
index c2f4445a2e..c085c9cafd 100644
--- a/uui/source/masterpasscrtdlg.cxx
+++ b/uui/source/masterpasscrtdlg.cxx
@@ -117,7 +117,7 @@ MasterPasswordCreateDialog::MasterPasswordCreateDialog
long nNewLabelHeight = 0;
for( nNewLabelHeight = ( nTextWidth / nLableWidth + 1 ) * nTextHeight;
nNewLabelHeight < aRect.GetHeight();
- nNewLabelHeight += nTextHeight );
+ nNewLabelHeight += nTextHeight ) ;
long nDelta = nNewLabelHeight - nLabelHeight;
Size aNewDlgSize = GetSizePixel();
diff --git a/uui/source/passcrtdlg.cxx b/uui/source/passcrtdlg.cxx
index 6a48122352..3b548d3511 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;
diff --git a/uui/source/passworddlg.cxx b/uui/source/passworddlg.cxx
index 1be6742283..453e7eb0f9 100644
--- a/uui/source/passworddlg.cxx
+++ b/uui/source/passworddlg.cxx
@@ -92,7 +92,7 @@ PasswordDialog::PasswordDialog
long nNewLabelHeight = 0;
for( nNewLabelHeight = ( nTextWidth / nLabelWidth + 1 ) * nTextHeight;
nNewLabelHeight < aRect.GetHeight();
- nNewLabelHeight += nTextHeight );
+ nNewLabelHeight += nTextHeight ) ;
long nDelta = nNewLabelHeight - nLabelHeight;