diff options
Diffstat (limited to 'sw/inc/view.hxx')
-rw-r--r-- | sw/inc/view.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/view.hxx b/sw/inc/view.hxx index 30e00b1e5844..91d02e252160 100644 --- a/sw/inc/view.hxx +++ b/sw/inc/view.hxx @@ -234,6 +234,7 @@ class SW_DLLPUBLIC SwView: public SfxViewShell m_bOldShellWasPagePreview : 1, m_bIsPreviewDoubleClick : 1, // #i114045# m_bMakeSelectionVisible : 1; // transport the bookmark selection + bool m_bInitOnceCompleted = false; /// LibreOfficeKit has to force the page size for PgUp/PgDown /// functionality based on the user's view, instead of using the m_aVisArea. |