summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-09-29 20:41:30 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-09-29 20:43:53 +0200
commit1fc21ed077d3746dbff3acf3bc5eb9d6dd9f21b4 (patch)
tree0de326fdae923dbc6ffd1322ec895b6be3c4e9bf /sc
parent5e4a7452c8f96192a420704b12090e871d8b25dd (diff)
disable it again, it seems that it tries to access the user installation
it seems it only produces an error in a non sourced environment
Diffstat (limited to 'sc')
-rw-r--r--sc/qa/unit/filters-test.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/qa/unit/filters-test.cxx b/sc/qa/unit/filters-test.cxx
index 8611df08aadb..03a1f5e1935a 100644
--- a/sc/qa/unit/filters-test.cxx
+++ b/sc/qa/unit/filters-test.cxx
@@ -195,8 +195,8 @@ ScDocShellRef FiltersTest::load(const rtl::OUString &rFilter, const rtl::OUStrin
if (!xDocShRef->DoLoad(&aSrcMed))
// load failed.
xDocShRef.Clear();
- else if (nFormatType)
- SfxObjectShell::SetCurrentComponent( xDocShRef->GetModel() );
+ //else if (nFormatType)
+ //SfxObjectShell::SetCurrentComponent( xDocShRef->GetModel() );
return xDocShRef;
}