summaryrefslogtreecommitdiffstats
path: root/editeng
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-03-29 19:10:21 +0200
committerDavid Tardon <dtardon@redhat.com>2011-03-29 19:10:21 +0200
commit27a54e5510ecb9798b2189ce8bddb19b238a9379 (patch)
treedb339ec663908aa55b8786b29a0333433c605b12 /editeng
parentconvert DBG_ assertions to OSL_ (diff)
downloadcore-27a54e5510ecb9798b2189ce8bddb19b238a9379.tar.gz
core-27a54e5510ecb9798b2189ce8bddb19b238a9379.zip
WaE: unused variable
Diffstat (limited to 'editeng')
-rwxr-xr-xediteng/source/editeng/impedit2.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/editeng/source/editeng/impedit2.cxx b/editeng/source/editeng/impedit2.cxx
index 2ed5f1672b50..8a96b3a6522e 100755
--- a/editeng/source/editeng/impedit2.cxx
+++ b/editeng/source/editeng/impedit2.cxx
@@ -1798,18 +1798,6 @@ void ImpEditEngine::InitScriptTypes( sal_uInt16 nPara )
rTypes[nIdx].nStartPos = nEnd;
}
}
-
-#if OSL_DEBUG_LEVEL > 1
- sal_uInt16 nDebugStt = 0;
- sal_uInt16 nDebugEnd = 0;
- short nDebugType = 0;
- for ( size_t n = 0; n < rTypes.size(); ++n )
- {
- nDebugStt = rTypes[n].nStartPos;
- nDebugEnd = rTypes[n].nEndPos;
- nDebugType = rTypes[n].nScriptType;
- }
-#endif
}
}