diff options
Diffstat (limited to 'include/editeng/editeng.hxx')
-rw-r--r-- | include/editeng/editeng.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/editeng.hxx b/include/editeng/editeng.hxx index e531b6c8d9f5..64581f930aab 100644 --- a/include/editeng/editeng.hxx +++ b/include/editeng/editeng.hxx @@ -299,7 +299,7 @@ public: void SetText( const EditTextObject& rTextObject ); void RemoveParagraph(sal_Int32 nPara); - void InsertParagraph(sal_Int32 nPara, const EditTextObject& rTxtObj); + void InsertParagraph(sal_Int32 nPara, const EditTextObject& rTxtObj, const bool bAppend = false); void InsertParagraph(sal_Int32 nPara, const OUString& rText); void SetText(sal_Int32 nPara, const OUString& rText); |