diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-21 11:31:56 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-21 15:38:40 +0200 |
commit | 48da675a67a2bfd2eadfd6d4c6dba0dee74b5326 (patch) | |
tree | bceb3b95007713c017d54520599ff2d2c7fe7a45 /sw/source/uibase/inc/inputwin.hxx | |
parent | 9b68ce7b0f2326ec540717ec5c8207825403774e (diff) |
loplugin:unusedfields in sw part2
Change-Id: I7404fcac486f54fc0e310f401d8546c4aacfede2
Reviewed-on: https://gerrit.libreoffice.org/39040
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/uibase/inc/inputwin.hxx')
-rw-r--r-- | sw/source/uibase/inc/inputwin.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/inputwin.hxx b/sw/source/uibase/inc/inputwin.hxx index c83301f2ba1f..047078799b0f 100644 --- a/sw/source/uibase/inc/inputwin.hxx +++ b/sw/source/uibase/inc/inputwin.hxx @@ -55,7 +55,6 @@ friend class InputEdit; OUString aAktTableName, sOldFormula; bool bFirst : 1; // initialisations at first call - bool bActive : 1; // for hide/show when switching documents bool bIsTable : 1; bool bDelSel : 1; bool m_bDoesUndo : 1; |