summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/fileobj.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-04-20 11:01:28 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-04-20 15:45:54 +0200
commite75e6b850a8791237dca6654b526831f1b0c7bc6 (patch)
tree4045cf93268dfa46c05417523e7236bf1ccc3738 /sfx2/source/appl/fileobj.hxx
parent6ea4b982fada0bbca957dfa0729e2c3225c8a460 (diff)
loplugin:unusedfields
Change-Id: I9c80805788d49b13552c168a36fdf395da19df26 Reviewed-on: https://gerrit.libreoffice.org/53196 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2/source/appl/fileobj.hxx')
-rw-r--r--sfx2/source/appl/fileobj.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/source/appl/fileobj.hxx b/sfx2/source/appl/fileobj.hxx
index f55e7885713d..86219ef5a1d5 100644
--- a/sfx2/source/appl/fileobj.hxx
+++ b/sfx2/source/appl/fileobj.hxx
@@ -44,10 +44,8 @@ class SvFileObject : public sfx2::SvLinkSource
bool bWaitForData : 1;
bool bInNewData : 1;
bool bDataReady : 1;
- bool bNativFormat : 1;
bool bClearMedium : 1;
bool bStateChangeCalled : 1;
- bool bInCallDownload : 1;
bool GetGraphic_Impl( Graphic&, SvStream* pStream );
bool LoadFile_Impl();