diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-21 12:25:20 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-21 15:30:43 +0200 |
commit | 9b68ce7b0f2326ec540717ec5c8207825403774e (patch) | |
tree | 51fb4da65728acfd8be5ceea439edd6ce4a4cb30 /sw/inc/format.hxx | |
parent | d2e4aeb929b346acd0d1a2eaeee7237b89b99474 (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/format.hxx')
-rw-r--r-- | sw/inc/format.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/inc/format.hxx b/sw/inc/format.hxx index ad7fdac8836c..42bddf7b44bc 100644 --- a/sw/inc/format.hxx +++ b/sw/inc/format.hxx @@ -53,7 +53,6 @@ class SW_DLLPUBLIC SwFormat : public SwModify (is not hard attribution!!!) */ sal_uInt16 m_nPoolHelpId; ///< HelpId for this Pool-style. sal_uInt8 m_nPoolHlpFileId; ///< FilePos to Doc to these style helps. - bool m_bWritten : 1; ///< TRUE: already written. bool m_bAutoFormat : 1; /**< FALSE: it is a template. default is true! */ bool m_bFormatInDTOR : 1; /**< TRUE: Format becomes deleted. In order to be able |