diff options
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() ) |