summaryrefslogtreecommitdiffstats
path: root/editeng
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-07-28 17:52:20 +0200
committerThomas Arnhold <thomas@arnhold.org>2011-07-29 11:08:44 +0200
commitdb10877d894d2d5bba95ea1871a12c8c633b31d3 (patch)
treeef6260919b30e594dca5513a99995da92968d310 /editeng
parentMove EDITDEBUG relics to OSL_DEBUG_LEVEL=3 (diff)
downloadcore-db10877d894d2d5bba95ea1871a12c8c633b31d3.tar.gz
core-db10877d894d2d5bba95ea1871a12c8c633b31d3.zip
callcatcher: remove unused methods
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/editeng/editdoc.hxx1
-rw-r--r--editeng/source/editeng/editdoc2.cxx6
2 files changed, 0 insertions, 7 deletions
diff --git a/editeng/source/editeng/editdoc.hxx b/editeng/source/editeng/editdoc.hxx
index ee2be03d7a6c..c923ee2c127a 100644
--- a/editeng/source/editeng/editdoc.hxx
+++ b/editeng/source/editeng/editdoc.hxx
@@ -382,7 +382,6 @@ struct ExtraPortionInfo
~ExtraPortionInfo();
void SaveOrgDXArray( const sal_Int32* pDXArray, sal_uInt16 nLen );
- void DestroyOrgDXArray();
};
diff --git a/editeng/source/editeng/editdoc2.cxx b/editeng/source/editeng/editdoc2.cxx
index 8eee45722ef5..abd8388800c0 100644
--- a/editeng/source/editeng/editdoc2.cxx
+++ b/editeng/source/editeng/editdoc2.cxx
@@ -152,12 +152,6 @@ void ExtraPortionInfo::SaveOrgDXArray( const sal_Int32* pDXArray, sal_uInt16 nLe
memcpy( pOrgDXArray, pDXArray, nLen*sizeof(sal_Int32) );
}
-void ExtraPortionInfo::DestroyOrgDXArray()
-{
- delete[] pOrgDXArray;
- pOrgDXArray = NULL;
-}
-
ParaPortion::ParaPortion( ContentNode* pN )
{