diff options
Diffstat (limited to 'sw/inc/unocrsrhelper.hxx')
-rw-r--r-- | sw/inc/unocrsrhelper.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sw/inc/unocrsrhelper.hxx b/sw/inc/unocrsrhelper.hxx index ab3c785f9c8a..251057e50c6e 100644 --- a/sw/inc/unocrsrhelper.hxx +++ b/sw/inc/unocrsrhelper.hxx @@ -54,6 +54,7 @@ namespace com{ namespace sun{ namespace star{ } namespace text { class XTextContent; + class XFlatParagraphIterator; } }}} @@ -229,6 +230,10 @@ namespace SwUnoCursorHelper ::sw::mark::IMark const*& o_rpMark, std::vector<SdrObject *> & o_rSdrObjects); + ::com::sun::star::uno::Reference< + ::com::sun::star::text::XFlatParagraphIterator> + CreateFlatParagraphIterator(SwDoc &, sal_Int32, bool); + } // namespace SwUnoCursorHelper #endif |