summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-02-01 22:55:34 +0100
committerMichael Stahl <mstahl@redhat.com>2013-02-03 02:14:15 +0100
commitab0a8f4f6f557af5914fde0101e18b962ddccb97 (patch)
tree9308684bc867574f275366f74767ae7312ec2cf2 /sw/inc
parentc967e06d4efbf2c27b9a9b494ab8eb144b95242e (diff)
sw: remove dependency of SwXTextDocument on unoflatpara.hxx
Change-Id: Idf78264a98e0a4d3a7f29cbcbfd9255662fca9b3
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/unocrsrhelper.hxx5
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