diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-11-08 09:29:50 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-11-08 13:26:56 +0000 |
commit | daccedee4bab468687be51c8452b09e71289dc23 (patch) | |
tree | 4a188fa2e83823e40015485cf11092541989a8fe /editeng | |
parent | 89e47b8bf1ba3f86204ae3ab997432c26b0eea6b (diff) |
WaE: unused variables on OSL_DEBUG_LEVEL > 1
Change-Id: I38b3e6502ba9159044e2b623ec0ee868b5a8d7a1
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/source/misc/svxacorr.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/editeng/source/misc/svxacorr.cxx b/editeng/source/misc/svxacorr.cxx index 25ed85b55228..e436cdcc4c33 100644 --- a/editeng/source/misc/svxacorr.cxx +++ b/editeng/source/misc/svxacorr.cxx @@ -122,12 +122,6 @@ bool lcl_IsUnsupportedUnicodeChar( CharClass& rCC, const String& rTxt, { 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 ); switch( nScript ) { |