diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-06-14 13:19:22 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-06-14 21:57:20 +0200 |
commit | c37077578deffb79405330967191185967e90b98 (patch) | |
tree | 9cd983a39a251e22ba63b789c95b07801ceb0238 /sw/inc | |
parent | 509c706aa07440a573f0e0c44499b82cde068ad2 (diff) |
loplugin:unusedfields
Change-Id: I7d9966d11f8272034523d9804ecf76e119552780
Reviewed-on: https://gerrit.libreoffice.org/55796
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/ndgrf.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/inc/ndgrf.hxx b/sw/inc/ndgrf.hxx index a2d3ce5b4c08..e44c72e69309 100644 --- a/sw/inc/ndgrf.hxx +++ b/sw/inc/ndgrf.hxx @@ -42,7 +42,6 @@ class SW_DLLPUBLIC SwGrfNode: public SwNoTextNode Size nGrfSize; bool bInSwapIn :1; - bool bGraphicArrived :1; bool bChgTwipSize :1; bool bFrameInPaint :1; ///< To avoid Start-/EndActions in Paint via SwapIn. bool bScaleImageMap :1; ///< Scale image map in SetTwipSize. @@ -104,8 +103,6 @@ public: bChgTwipSize = b; } - void SetGraphicArrived( bool b ) { bGraphicArrived = b; } - bool IsFrameInPaint() const { return bFrameInPaint; } void SetFrameInPaint( bool b ) { bFrameInPaint = b; } |