diff options
author | Jose Santiago Jimenez Sarmiento <jimenezsarmiento@gmail.com> | 2012-04-24 19:00:12 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-04-25 16:30:43 +0100 |
commit | aba2ed749e819bcd03af70ae2b0e551b5524e320 (patch) | |
tree | c1e277009a2d5a3012367d1a4ae753f4c5c2fcb7 /editeng | |
parent | 7d25cd63b1460b5fefee0e6be3a6bf093dac3ebf (diff) |
remove some unused code
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/inc/editeng/editeng.hxx | 1 | ||||
-rw-r--r-- | editeng/source/editeng/editeng.cxx | 5 |
2 files changed, 0 insertions, 6 deletions
diff --git a/editeng/inc/editeng/editeng.hxx b/editeng/inc/editeng/editeng.hxx index 8b23f00a5834..f77244d17e76 100644 --- a/editeng/inc/editeng/editeng.hxx +++ b/editeng/inc/editeng/editeng.hxx @@ -149,7 +149,6 @@ private: EDITENG_DLLPRIVATE ParaPortion* FindParaPortion(ContentNode* pNode); EDITENG_DLLPRIVATE const ParaPortion* FindParaPortion(ContentNode* pNode) const; EDITENG_DLLPRIVATE const ParaPortion* GetPrevVisPortion(const ParaPortion* pCurPortion) const; - EDITENG_DLLPRIVATE const ParaPortion* GetNextVisPortion(const ParaPortion* pCurPortion) const; EDITENG_DLLPRIVATE com::sun::star::uno::Reference< com::sun::star::datatransfer::XTransferable> diff --git a/editeng/source/editeng/editeng.cxx b/editeng/source/editeng/editeng.cxx index dd4cfb0510da..6772ec9d6224 100644 --- a/editeng/source/editeng/editeng.cxx +++ b/editeng/source/editeng/editeng.cxx @@ -742,11 +742,6 @@ const ParaPortion* EditEngine::GetPrevVisPortion(const ParaPortion* pCurPortion) return pImpEditEngine->GetPrevVisPortion(pCurPortion); } -const ParaPortion* EditEngine::GetNextVisPortion(const ParaPortion* pCurPortion) const -{ - return pImpEditEngine->GetNextVisPortion(pCurPortion); -} - sal_uInt16 EditEngine::GetScriptType(const EditSelection& rSel) const { return pImpEditEngine->GetScriptType(rSel); |