diff options
author | Noel <noel.grandin@collabora.co.uk> | 2021-02-23 12:38:12 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-02-23 13:33:33 +0100 |
commit | e7f82300b9a6317ecca2a338234cc27c12b5cb2b (patch) | |
tree | 9340f70931545b2d53ba474ed5e82d5a7eaa3222 /include | |
parent | c9dda083b401516500afff024ce3f663292db341 (diff) |
loplugin:unusedfields
Change-Id: Ieb1b890040964e755de5bdf5f8576d4d3bd8a407
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111386
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/docmacromode.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sfx2/docmacromode.hxx b/include/sfx2/docmacromode.hxx index c5a3c89702e4..7ed42f6a14dd 100644 --- a/include/sfx2/docmacromode.hxx +++ b/include/sfx2/docmacromode.hxx @@ -296,7 +296,6 @@ namespace sfx2 private: std::shared_ptr< DocumentMacroMode_Data > m_xData; - bool m_bNeedsContentSigned; }; |