diff options
Diffstat (limited to 'sw/inc/viewsh.hxx')
-rw-r--r-- | sw/inc/viewsh.hxx | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sw/inc/viewsh.hxx b/sw/inc/viewsh.hxx index 6e99bc160429..ff8c36c3dc6e 100644 --- a/sw/inc/viewsh.hxx +++ b/sw/inc/viewsh.hxx @@ -489,11 +489,10 @@ public: bool IsFrameView() const { return mbFrameView; } - // Makes the necessary invalidations: - // If BrowseMode has changed bBrowseChgd == true - // or bBrowseChgd == false in BrowseMode - // if proportions have changed. - void CheckBrowseView( bool bBrowseChgd ); + // Invalidates pages and contents. + // When bSizeChanged==true, adds/removes + // headers and footers as necessary. + void InvalidateLayout(bool bSizeChanged); const Size& GetBrowseBorder() const; sal_Int32 GetBrowseWidth() const; |