summaryrefslogtreecommitdiffstats
path: root/editeng
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-08-26 10:15:01 +0200
committerMatúš Kukan <matus.kukan@collabora.com>2014-08-26 15:29:11 +0200
commitc7a8cbb31fed810437ee4717152414ce0f66e856 (patch)
treebc4d99252273444d61fae8af46a8cdc761419748 /editeng
parentThis one needs to be local time too. (diff)
downloadcore-c7a8cbb31fed810437ee4717152414ce0f66e856.tar.gz
core-c7a8cbb31fed810437ee4717152414ce0f66e856.zip
Remove unimplemented function declarations
Change-Id: I4f32afbc29f274a742bc7e57e274a48423032a03
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/editeng/impedit.hxx3
1 files changed, 0 insertions, 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<EECharAttrib>& rLst ) const;