From 726701315f0f5a0a411975c745ef0764f73eef3e Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Thu, 23 Apr 2009 12:23:13 +0000 Subject: CWS-TOOLING: integrate CWS cmcfixes57 2009-04-16 14:44:54 +0200 cmc r270885 : #i101062# add in uui fix and stray ^M fixes 2009-04-16 10:57:50 +0200 cmc r270872 : #i101127# remove && || warnings 2009-04-15 17:04:23 +0200 cmc r270857 : #i101112# remove trivial new gcc warnings 2009-04-15 17:01:01 +0200 cmc r270856 : #i101111# remove trivial new warnings 2009-04-15 16:56:53 +0200 cmc r270854 : #i101110# make methods consts 2009-04-15 16:52:37 +0200 cmc r270853 : #i100225# fix visibility of component_getImplementationEnvironment and friends 2009-04-15 16:49:16 +0200 cmc r270852 : #i101109# ? : promotion rules --- uui/source/masterpasscrtdlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uui') diff --git a/uui/source/masterpasscrtdlg.cxx b/uui/source/masterpasscrtdlg.cxx index 2c20991bdc59..21b85d51441e 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; -- cgit