Kaydet (Commit) daccedee authored tarafından Caolán McNamara's avatar Caolán McNamara

WaE: unused variables on OSL_DEBUG_LEVEL > 1

Change-Id: I38b3e6502ba9159044e2b623ec0ee868b5a8d7a1
üst 89e47b8b
...@@ -122,12 +122,6 @@ bool lcl_IsUnsupportedUnicodeChar( CharClass& rCC, const String& rTxt, ...@@ -122,12 +122,6 @@ bool lcl_IsUnsupportedUnicodeChar( CharClass& rCC, const String& rTxt,
{ {
for( ; nStt < nEnd; ++nStt ) for( ; nStt < nEnd; ++nStt )
{ {
#if OSL_DEBUG_LEVEL > 1
sal_Int32 nCharType;
sal_Int32 nChType;
nCharType = rCC.getCharacterType( rTxt, nStt );
nChType = rCC.getType( rTxt, nStt );
#endif
short nScript = rCC.getScript( rTxt, nStt ); short nScript = rCC.getScript( rTxt, nStt );
switch( nScript ) switch( nScript )
{ {
......
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