summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/XMLRedlineImportHelper.hxx
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2001-11-30 16:38:02 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2001-11-30 16:38:02 +0000
commitbe4202249b5ff8772a728a02993f05718707f342 (patch)
treeebc10d2855e909b6574d97b3ae384f3f24c49f13 /sw/source/filter/xml/XMLRedlineImportHelper.hxx
parent375678a9e63f11eaf8ac7dfc26cc9625cd42361d (diff)
#94365# import merge paragraph flag for redlines
Diffstat (limited to 'sw/source/filter/xml/XMLRedlineImportHelper.hxx')
-rw-r--r--sw/source/filter/xml/XMLRedlineImportHelper.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/source/filter/xml/XMLRedlineImportHelper.hxx b/sw/source/filter/xml/XMLRedlineImportHelper.hxx
index da74c0b45bd1..4b8f18036e63 100644
--- a/sw/source/filter/xml/XMLRedlineImportHelper.hxx
+++ b/sw/source/filter/xml/XMLRedlineImportHelper.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLRedlineImportHelper.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: dvo $ $Date: 2001-05-02 16:26:26 $
+ * last change: $Author: dvo $ $Date: 2001-11-30 17:38:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -146,7 +146,8 @@ public:
const ::rtl::OUString& rId, /// use to identify this redline
const ::rtl::OUString& rAuthor, /// name of the author
const ::rtl::OUString& rComment, /// redline comment
- const ::com::sun::star::util::DateTime& rDateTime); /// date+time
+ const ::com::sun::star::util::DateTime& rDateTime, /// date+time
+ sal_Bool bMergeLastParagraph); /// merge last paragraph?
/// create a text section for the redline, and return an
/// XText/XTextCursor that may be used to write into it.