summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/XFlatParagraph.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/XFlatParagraph.idl')
-rw-r--r--offapi/com/sun/star/text/XFlatParagraph.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/text/XFlatParagraph.idl b/offapi/com/sun/star/text/XFlatParagraph.idl
index acb0f256c506..2948e467518c 100644
--- a/offapi/com/sun/star/text/XFlatParagraph.idl
+++ b/offapi/com/sun/star/text/XFlatParagraph.idl
@@ -122,7 +122,7 @@ interface XFlatParagraph: com::sun::star::text::XTextMarkup
@param nLen
the length of the text.
- @param nNewText
+ @param NewText
new text.
@param aAttributes
@@ -131,7 +131,7 @@ interface XFlatParagraph: com::sun::star::text::XTextMarkup
@throws IllegalArgumentException
when any argument is wrong.
*/
- void changeText( [in] long nPos, [in] long nLen, [in] string aNewText,
+ void changeText( [in] long nPos, [in] long nLen, [in] string NewText,
[in] sequence<::com::sun::star::beans::PropertyValue> aAttributes )
raises( com::sun::star::lang::IllegalArgumentException );