diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-02-19 10:39:06 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-19 11:07:11 +0000 |
commit | 842ea9eeab801c011c5288279599f972e2ab0371 (patch) | |
tree | 723a79c42e38ebd44581df0f767a93f2923aab42 | |
parent | bd71519642fa88b7fd294af8aedb2156750bf1dd (diff) |
coverity#738885 unused member variable
Change-Id: I2f12445df2a04b6afb91caa6854ead61950bfec1
-rw-r--r-- | sw/inc/ndgrf.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/inc/ndgrf.hxx b/sw/inc/ndgrf.hxx index ba1d52806474..e6980db40a12 100644 --- a/sw/inc/ndgrf.hxx +++ b/sw/inc/ndgrf.hxx @@ -42,7 +42,6 @@ class SW_DLLPUBLIC SwGrfNode: public SwNoTxtNode ::sfx2::SvBaseLinkRef refLink; ///< If graphics only as link then pointer is set. Size nGrfSize; OUString aLowResGrf; ///< HTML: LowRes graphics (substitute until regular HighRes graphics is loaded). - sal_Bool bTransparentFlagValid :1; sal_Bool bInSwapIn :1; sal_Bool bGraphicArrived :1; |