diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-02-01 22:55:34 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-02-03 02:14:15 +0100 |
commit | ab0a8f4f6f557af5914fde0101e18b962ddccb97 (patch) | |
tree | 9308684bc867574f275366f74767ae7312ec2cf2 /sw/inc | |
parent | c967e06d4efbf2c27b9a9b494ab8eb144b95242e (diff) |
sw: remove dependency of SwXTextDocument on unoflatpara.hxx
Change-Id: Idf78264a98e0a4d3a7f29cbcbfd9255662fca9b3
Diffstat (limited to 'sw/inc')
-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 |