[Libreoffice-commits] core.git: editeng/source

Matúš Kukan matus.kukan at collabora.com
Tue Aug 26 06:26:10 PDT 2014


 editeng/source/editeng/impedit.hxx |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit c7a8cbb31fed810437ee4717152414ce0f66e856
Author: Matúš Kukan <matus.kukan at collabora.com>
Date:   Tue Aug 26 10:15:01 2014 +0200

    Remove unimplemented function declarations
    
    Change-Id: I4f32afbc29f274a742bc7e57e274a48423032a03

diff --git a/editeng/source/editeng/impedit.hxx b/editeng/source/editeng/impedit.hxx
index 11935c3..849ca75 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<EECharAttrib>& rLst ) const;
 


More information about the Libreoffice-commits mailing list