summaryrefslogtreecommitdiff
path: root/sfx2/inc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-07-25 10:18:12 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-07-25 15:02:34 -0400
commit4cfb14c56eb8732bbac7cdc1cff3016f56b51de3 (patch)
treef43e34385d4b03b6996f7e04add979c0366295aa /sfx2/inc
parentf0bc016955d7f0b2b31639fc28256167fe61c7f0 (diff)
Moved bSetFilter to Impl. BTW this flag is probably not used at all.
Change-Id: I21fbcffc472408476897c388aafccf658e8144a8
Diffstat (limited to 'sfx2/inc')
-rw-r--r--sfx2/inc/sfx2/docfile.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/inc/sfx2/docfile.hxx b/sfx2/inc/sfx2/docfile.hxx
index 6c50fe151b26..7a5104f377c2 100644
--- a/sfx2/inc/sfx2/docfile.hxx
+++ b/sfx2/inc/sfx2/docfile.hxx
@@ -69,7 +69,6 @@ class DateTime;
class SFX2_DLLPUBLIC SfxMedium : public SvRefBase
{
sal_uInt32 eError;
- bool bSetFilter:1;
bool bTriedStorage:1;
bool bRemote:1;
StreamMode nStorOpenMode;