summaryrefslogtreecommitdiffstats
path: root/editeng/source/accessibility
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-02-15 00:44:03 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-15 13:27:10 +0100
commitcc47386e393f56a38b3331d415ddf6bb0746bfc4 (patch)
tree51c66ee23a9d041edc69ddd472e5e63a99ea9a6e /editeng/source/accessibility
parentRemove unused DEBUG_JP (diff)
downloadcore-cc47386e393f56a38b3331d415ddf6bb0746bfc4.tar.gz
core-cc47386e393f56a38b3331d415ddf6bb0746bfc4.zip
Remove TL_DEBUG
Diffstat (limited to 'editeng/source/accessibility')
-rw-r--r--editeng/source/accessibility/AccessibleEditableTextPara.cxx17
1 files changed, 0 insertions, 17 deletions
diff --git a/editeng/source/accessibility/AccessibleEditableTextPara.cxx b/editeng/source/accessibility/AccessibleEditableTextPara.cxx
index cb690b54e84c..66ef2bbefb13 100644
--- a/editeng/source/accessibility/AccessibleEditableTextPara.cxx
+++ b/editeng/source/accessibility/AccessibleEditableTextPara.cxx
@@ -1256,23 +1256,6 @@ namespace accessibility
const beans::PropertyValue &rRunAttrib = pRunAttrib[k];
aPropHashMap[ rRunAttrib.Name ] = rRunAttrib.Value; //!! should not only be the value !!
}
-#ifdef TL_DEBUG
- {
- uno::Sequence< rtl::OUString > aNames(1);
- aNames.getArray()[0] = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("CharHeight"));
- const rtl::OUString *pNames = aNames.getConstArray();
- const uno::Sequence< beans::PropertyValue > aAttribs( getRunAttributes( nIndex, aNames ) );
- const beans::PropertyValue *pAttribs = aAttribs.getConstArray();
- double d1 = -1.0;
- float f1 = -1.0;
- if (aAttribs.getLength())
- {
- uno::Any aAny( pAttribs[0].Value );
- aAny >>= d1;
- aAny >>= f1;
- }
- }
-#endif
// get resulting sequence
uno::Sequence< beans::PropertyValue > aRes;