summaryrefslogtreecommitdiff
path: root/filter/source/msfilter/svdfppt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/msfilter/svdfppt.cxx')
-rw-r--r--filter/source/msfilter/svdfppt.cxx17
1 files changed, 0 insertions, 17 deletions
diff --git a/filter/source/msfilter/svdfppt.cxx b/filter/source/msfilter/svdfppt.cxx
index c36d865ccbe0..f36872724d3c 100644
--- a/filter/source/msfilter/svdfppt.cxx
+++ b/filter/source/msfilter/svdfppt.cxx
@@ -5437,23 +5437,6 @@ PPTPortionObj::~PPTPortionObj()
{
}
-bool PPTPortionObj::HasTabulator() const
-{
- bool bRetValue = false;
- sal_Int32 nCount;
- const sal_Unicode* pPtr = maString.getStr();
- for ( nCount = 0; nCount < maString.getLength(); nCount++ )
- {
- if ( pPtr[ nCount ] == 0x9 )
- {
- bRetValue = true;
- break;
- }
-
- }
- return bRetValue;
-}
-
bool PPTPortionObj::GetAttrib( sal_uInt32 nAttr, sal_uInt32& rRetValue, TSS_Type nDestinationInstance ) const
{
sal_uInt32 nMask = 1 << nAttr;