summaryrefslogtreecommitdiff
path: root/sc/inc/hints.hxx
diff options
context:
space:
mode:
authorNoel <noelgrandin@gmail.com>2020-12-14 13:32:03 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-12-14 14:33:28 +0100
commitd98cf29aa4e5ce14f0c96a18be563f5ce36879df (patch)
tree15bc8aa5d89ebcb556ebc6172872ce1c89e4264c /sc/inc/hints.hxx
parentfdeff6cfc022f1a140f4366121c5669ba5c59113 (diff)
loplugin:singlevalfields
Change-Id: I31107d4e3b3bd175187a8c29a094a4c6acf2a87c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107686 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc/hints.hxx')
-rw-r--r--sc/inc/hints.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/inc/hints.hxx b/sc/inc/hints.hxx
index 88fff30b4b2f..285b0266ae86 100644
--- a/sc/inc/hints.hxx
+++ b/sc/inc/hints.hxx
@@ -29,7 +29,6 @@ class SC_DLLPUBLIC ScPaintHint final : public SfxHint
{
ScRange aRange;
PaintPartFlags nParts;
- bool bPrint; // flag indicating whether print/preview if affected
public:
ScPaintHint() = delete;
@@ -43,7 +42,6 @@ public:
SCROW GetEndRow() const { return aRange.aEnd.Row(); }
SCTAB GetEndTab() const { return aRange.aEnd.Tab(); }
PaintPartFlags GetParts() const { return nParts; }
- bool GetPrintFlag() const { return bPrint; }
};
class ScUpdateRefHint final : public SfxHint