summaryrefslogtreecommitdiffstats
path: root/sw/qa/core/filters-test.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/qa/core/filters-test.cxx')
-rw-r--r--sw/qa/core/filters-test.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/core/filters-test.cxx b/sw/qa/core/filters-test.cxx
index 99292710f515..2257d2f63549 100644
--- a/sw/qa/core/filters-test.cxx
+++ b/sw/qa/core/filters-test.cxx
@@ -81,7 +81,7 @@ bool SwFiltersTest::load(const rtl::OUString &rFilter, const rtl::OUString &rURL
rUserData, rtl::OUString() );
SwDocShellRef xDocShRef = new SwDocShell;
- SfxMedium* pSrcMed = new SfxMedium(rURL, STREAM_STD_READ, true);
+ SfxMedium* pSrcMed = new SfxMedium(rURL, STREAM_STD_READ);
pSrcMed->SetFilter(pFilter);
bool bLoaded = xDocShRef->DoLoad(pSrcMed);
if (xDocShRef.Is())