diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-04-16 23:44:29 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-04-16 23:50:20 -0400 |
commit | ba644a0947a91bba7ccb62fe6e1ae85f0ee30041 (patch) | |
tree | e50b14b771d1175c5882f3cca51e7265e939039c /editeng/inc | |
parent | 6199bd3f73019cc109d385db14596e1ca40300bc (diff) |
EditUndoSplitPara
Diffstat (limited to 'editeng/inc')
-rw-r--r-- | editeng/inc/editeng/editeng.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editeng/inc/editeng/editeng.hxx b/editeng/inc/editeng/editeng.hxx index 5dfddf784467..a239b9f94958 100644 --- a/editeng/inc/editeng/editeng.hxx +++ b/editeng/inc/editeng/editeng.hxx @@ -562,6 +562,8 @@ public: void InsertContent(ContentNode* pNode, sal_uInt16 nPos); EditPaM SplitContent(sal_uInt16 nNode, sal_uInt16 nSepPos); EditPaM ConnectContents(sal_uInt16 nLeftNode, bool bBackward); + + EditPaM InsertFeature(const EditSelection& rEditSelection, const SfxPoolItem& rItem); }; #endif // _MyEDITENG_HXX |