diff options
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/fesh.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/fesh.hxx b/sw/inc/fesh.hxx index 89ce3d6b06dd..317b2f80ab41 100644 --- a/sw/inc/fesh.hxx +++ b/sw/inc/fesh.hxx @@ -391,7 +391,7 @@ public: - add output parameter <bVertL2R> */ bool IsFrmVertical(const bool bEnvironment, bool& bRightToLeft, bool& bVertL2R) const; - SwFrameFormat* GetCurFrameFormat() const; ///< If frame then frame style, else 0. + SwFrameFormat* GetSelectedFrameFormat() const; ///< If frame then frame style, else 0. void SetFrameFormat( SwFrameFormat *pFormat, bool bKeepOrient = false, Point* pDocPos = 0 ); ///< If frame then set frame style. // Get selected fly |