summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-01-27 15:16:05 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-01-27 20:46:11 +0000
commit9bf03203cdc789fb7be58e1b8bc6caa63c6dd09c (patch)
treee9e43606227d19be4f8adda6856d87f66e662028 /vcl/inc
parentf2f6d11e35cdd09291e730429d6c876532f34328 (diff)
remove weirdness of ImpGraphic assignment operator
seems to me that this hackery is to avoid the swapfile getting pulled out from underneath it during swapin Change-Id: I6b58d7e31731db8edc4026460beabc667204dcae Reviewed-on: https://gerrit.libreoffice.org/33620 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/impgraph.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/impgraph.hxx b/vcl/inc/impgraph.hxx
index 6b4babd41db8..041caf15f505 100644
--- a/vcl/inc/impgraph.hxx
+++ b/vcl/inc/impgraph.hxx
@@ -47,7 +47,6 @@ private:
GraphicType meType;
mutable sal_uLong mnSizeBytes;
bool mbSwapOut;
- bool mbSwapUnderway;
bool mbDummyContext;
SvgDataPtr maSvgData;
css::uno::Sequence<sal_Int8> maPdfData;