summaryrefslogtreecommitdiff
path: root/sw/inc/unoparagraph.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/unoparagraph.hxx')
-rw-r--r--sw/inc/unoparagraph.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/unoparagraph.hxx b/sw/inc/unoparagraph.hxx
index c15d3db4a6ee..a9a545523757 100644
--- a/sw/inc/unoparagraph.hxx
+++ b/sw/inc/unoparagraph.hxx
@@ -74,7 +74,7 @@ private:
SwXParagraph(css::uno::Reference< css::text::XText > const & xParent,
SwTextNode & rTextNode,
- const sal_Int32 nSelStart = -1, const sal_Int32 nSelEnd = - 1);
+ const sal_Int32 nSelStart, const sal_Int32 nSelEnd = - 1);
/// descriptor
SwXParagraph();