summaryrefslogtreecommitdiff
path: root/writerfilter/source/doctok/WW8Text.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/source/doctok/WW8Text.cxx')
-rw-r--r--writerfilter/source/doctok/WW8Text.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/writerfilter/source/doctok/WW8Text.cxx b/writerfilter/source/doctok/WW8Text.cxx
index 522d7760c317..50f030f4f401 100644
--- a/writerfilter/source/doctok/WW8Text.cxx
+++ b/writerfilter/source/doctok/WW8Text.cxx
@@ -68,11 +68,6 @@ WW8sprmPChgTabsPapx::get_tbdAdd(sal_uInt32 pos)
0x4 + get_dxaDel_count() * 2 + 1 + get_dxaAdd_count() * 2
+ pos, 1));
return pRet;
-
-/* return writerfilter::Reference<Properties>::Pointer_t
- (new WW8TBD(this,
- 0x4 + get_dxaDel_count() * 2 + 1 + get_dxaAdd_count() * 2
- + pos, 1));*/
}
}}