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
commit25dad84813feb405e709c31b180361dc1b7cfaaa (patch)
tree764c39b2ec2f74b33e8f50129525f5c24b9f67c0 /uui
parent7deeb2a401b108ac176c4670b6674bfabfcef63c (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 30e8d1c64500..d8844381f7a8 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 e9af0645619b..a50d7017868c 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 0ac4f34869af..0893d3e2de9b 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;