diff options
Diffstat (limited to 'sw/inc/unotextrange.hxx')
-rw-r--r-- | sw/inc/unotextrange.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/unotextrange.hxx b/sw/inc/unotextrange.hxx index 312b68eec8a8..b7f7ae90b743 100644 --- a/sw/inc/unotextrange.hxx +++ b/sw/inc/unotextrange.hxx @@ -37,7 +37,7 @@ class SwDoc; class SwUnoCrsr; -class SwFrmFmt; +class SwFrameFormat; class SW_DLLPUBLIC SwUnoInternalPaM : public SwPaM @@ -114,7 +114,7 @@ public: ::com::sun::star::text::XText > & xParent, const enum RangePosition eRange = RANGE_IN_TEXT); // only for RANGE_IS_TABLE - SwXTextRange(SwFrmFmt& rTblFmt); + SwXTextRange(SwFrameFormat& rTableFormat); const SwDoc* GetDoc() const; SwDoc* GetDoc(); |