diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2013-03-04 23:11:48 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2013-03-04 23:14:41 +0900 |
commit | ce33f85ffdb8612c9fba9356acdaa93a08a9ba41 (patch) | |
tree | 26f5c53749cbefe24c8bfe0380e553131ef285a6 /cui | |
parent | f348749a83cb985c5bf40603a0c8b4e3b5950eab (diff) |
sal_Bool to bool
Change-Id: I8c554fb3faead41c974af9c2a89728bd0bdf5eb6
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/dialogs/cuigaldlg.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/dialogs/cuigaldlg.cxx b/cui/source/dialogs/cuigaldlg.cxx index 87a6e7c1c892..b2d44eab527f 100644 --- a/cui/source/dialogs/cuigaldlg.cxx +++ b/cui/source/dialogs/cuigaldlg.cxx @@ -863,7 +863,7 @@ void TPGalleryThemeProperties::FillFilterList() String aExtensions; int j = 0; String sWildcard; - while( sal_True ) + while( true ) { sWildcard = rFilter.GetImportWildcard( i, j++ ); if ( !sWildcard.Len() ) @@ -938,7 +938,7 @@ void TPGalleryThemeProperties::FillFilterList() { int j = 0; String sWildcard; - while( sal_True ) + while( true ) { sWildcard = rFilter.GetImportWildcard( i, j++ ); if ( !sWildcard.Len() ) |