From 7553b372efef9d73db8b3a48db1dce3e292962f3 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Thu, 8 Mar 2012 11:43:27 +0100 Subject: use SAL_N_ELEMENTS --- dtrans/source/win32/misc/ImplHelper.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dtrans') diff --git a/dtrans/source/win32/misc/ImplHelper.cxx b/dtrans/source/win32/misc/ImplHelper.cxx index 7d7b22faed67..9061e8099190 100644 --- a/dtrans/source/win32/misc/ImplHelper.cxx +++ b/dtrans/source/win32/misc/ImplHelper.cxx @@ -183,7 +183,7 @@ sal_Bool SAL_CALL IsOEMCP( sal_uInt32 codepage ) 861, 862, 863, 864, 865, 866, 869, 874, 932, 936, 949, 950, 1361 }; - for ( sal_Int8 i = 0; i < ( sizeof( arrOEMCP )/sizeof( sal_uInt32 ) ); ++i ) + for ( sal_Int8 i = 0; i < ( SAL_N_ELEMENTS( arrOEMCP ) ); ++i ) if ( (sal_uInt32) arrOEMCP[i] == codepage ) return sal_True; -- cgit v1.2.3