summaryrefslogtreecommitdiff
path: root/sw/inc/view.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-06-21 12:25:20 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-06-21 15:30:43 +0200
commit9b68ce7b0f2326ec540717ec5c8207825403774e (patch)
tree51fb4da65728acfd8be5ceea439edd6ce4a4cb30 /sw/inc/view.hxx
parentd2e4aeb929b346acd0d1a2eaeee7237b89b99474 (diff)
loplugin:unusedfields in sw part5
Change-Id: I4111ed1dcb04e010ecfb93df3a7e7bf715abf585 Reviewed-on: https://gerrit.libreoffice.org/39044 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/view.hxx')
-rw-r--r--sw/inc/view.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sw/inc/view.hxx b/sw/inc/view.hxx
index c47e078d79f7..60e0a783c7d4 100644
--- a/sw/inc/view.hxx
+++ b/sw/inc/view.hxx
@@ -248,8 +248,7 @@ class SW_DLLPUBLIC SwView: public SfxViewShell
m_bInDtor : 1, //detect destructor to prevent creating of sub shells while closing
m_bOldShellWasPagePreview : 1,
m_bIsPreviewDoubleClick : 1, // #i114045#
- m_bMakeSelectionVisible : 1, // transport the bookmark selection
- m_bAnnotationMode; ///< The real cursor position is inside an annotation.
+ m_bMakeSelectionVisible : 1; // transport the bookmark selection
/// LibreOfficeKit has to force the page size for PgUp/PgDown
/// functionality based on the user's view, instead of using the m_aVisArea.
@@ -627,8 +626,6 @@ public:
void SelectShellForDrop();
void UpdateDocStats();
- /// Where is the real cursor: in the annotation or in the main document?
- void SetAnnotationMode(bool bMode);
// methods for printing
SAL_DLLPRIVATE virtual SfxPrinter* GetPrinter( bool bCreate = false ) override;