Kaydet (Commit) 4b9faadd authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Some more sal_Bool -> bool

Change-Id: Ie29e3610ae7fc7a489b367fd6797db7547d47c49
üst 279f0505
...@@ -167,7 +167,7 @@ namespace comphelper ...@@ -167,7 +167,7 @@ namespace comphelper
pComparator.reset( new ScalarPredicateLess< sal_Unicode >() ); pComparator.reset( new ScalarPredicateLess< sal_Unicode >() );
break; break;
case TypeClass_BOOLEAN: case TypeClass_BOOLEAN:
pComparator.reset( new ScalarPredicateLess< sal_Bool >() ); pComparator.reset( new ScalarPredicateLess< bool >() );
break; break;
case TypeClass_BYTE: case TypeClass_BYTE:
pComparator.reset( new ScalarPredicateLess< sal_Int8 >() ); pComparator.reset( new ScalarPredicateLess< sal_Int8 >() );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment