summaryrefslogtreecommitdiff
path: root/include/editeng
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng')
-rw-r--r--include/editeng/editeng.hxx2
-rw-r--r--include/editeng/outliner.hxx2
2 files changed, 2 insertions, 2 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);
diff --git a/include/editeng/outliner.hxx b/include/editeng/outliner.hxx
index cc2505202e66..9d4037d6885c 100644
--- a/include/editeng/outliner.hxx
+++ b/include/editeng/outliner.hxx
@@ -676,7 +676,7 @@ public:
Paragraph* Insert( const OUString& rText, sal_Int32 nAbsPos = EE_PARA_APPEND, sal_Int16 nDepth = 0 );
void SetText( const OutlinerParaObject& );
- void AddText( const OutlinerParaObject& );
+ void AddText( const OutlinerParaObject&, bool bAppend = false );
void SetText( const OUString& rText, Paragraph* pParagraph );
OUString GetText( Paragraph const * pPara, sal_Int32 nParaCount=1 ) const;