summaryrefslogtreecommitdiff
path: root/sw/inc/unocrsrhelper.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-04-18 11:37:41 +0000
committerRüdiger Timm <rt@openoffice.org>2008-04-18 11:37:41 +0000
commit3168b7ad27b76615e93b600c8167c15d2560ee6e (patch)
treeb11c2ce948671a12cf95febb4d61ff1707f0bb64 /sw/inc/unocrsrhelper.hxx
parentd4b9fbd0bfe75952c975f42656ae5e5ddec8d097 (diff)
INTEGRATION: CWS xmlfilter04 (1.10.46); FILE MERGED
2008/03/17 13:43:45 os 1.10.46.1: #i86953# creating redlines via API
Diffstat (limited to 'sw/inc/unocrsrhelper.hxx')
-rw-r--r--sw/inc/unocrsrhelper.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/sw/inc/unocrsrhelper.hxx b/sw/inc/unocrsrhelper.hxx
index 8cc553553a80..6a74498cf724 100644
--- a/sw/inc/unocrsrhelper.hxx
+++ b/sw/inc/unocrsrhelper.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: unocrsrhelper.hxx,v $
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
* This file is part of OpenOffice.org.
*
@@ -86,6 +86,9 @@ namespace SwUnoCursorHelper
sal_Bool DocInsertStringSplitCR( SwDoc &rDoc,
const SwPaM &rNewCursor, const String &rText );
+ void makeRedline( SwPaM& rPaM, const ::rtl::OUString& RedlineType,
+ const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& RedlineProperties )
+ throw (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::RuntimeException);
} // namespace SwUnoCursorHelper