diff options
Diffstat (limited to 'sw/inc/doc.hxx')
-rw-r--r-- | sw/inc/doc.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx index 1b008bf2bac2..7a1b2e0ee969 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -1690,6 +1690,8 @@ public: void SetLanguage(const LanguageType eLang, const sal_uInt16 nId); + static bool HasParagraphDirectFormatting(const SwPosition& rPos); + private: // Copies master header to left / first one, if necessary - used by ChgPageDesc(). void CopyMasterHeader(const SwPageDesc &rChged, const SwFormatHeader &rHead, SwPageDesc &pDesc, bool bLeft, bool bFirst); |