From c7a8cbb31fed810437ee4717152414ce0f66e856 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Tue, 26 Aug 2014 10:15:01 +0200 Subject: Remove unimplemented function declarations Change-Id: I4f32afbc29f274a742bc7e57e274a48423032a03 --- editeng/source/editeng/impedit.hxx | 3 --- 1 file changed, 3 deletions(-) diff --git a/editeng/source/editeng/impedit.hxx b/editeng/source/editeng/impedit.hxx index 11935c3dd8bc..849ca753c43a 100644 --- a/editeng/source/editeng/impedit.hxx +++ b/editeng/source/editeng/impedit.hxx @@ -521,9 +521,6 @@ private: Range GetInvalidYOffsets( ParaPortion* pPortion ); Range GetLineXPosStartEnd( const ParaPortion* pParaPortion, const EditLine* pLine ) const; - void SetParaAttrib( sal_uInt8 nFunc, EditSelection aSel, sal_uInt16 nValue ); - sal_uInt16 GetParaAttrib( sal_uInt8 nFunc, EditSelection aSel ); - void SetCharAttrib( EditSelection aSel, const SfxPoolItem& rItem ); void ParaAttribsToCharAttribs( ContentNode* pNode ); void GetCharAttribs( sal_Int32 nPara, std::vector& rLst ) const; -- cgit