diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2011-09-30 00:43:50 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2011-09-30 00:43:50 +0200 |
commit | eea06c00ab4ea0e26259a1e9f732076709d1026c (patch) | |
tree | 151d05c182ad6016d6adef8ae9933e1ea9c87732 /sc | |
parent | 5e733c781fb1344d1906c6b4f3d9c4f032305bbd (diff) |
enable the registration for vba unit test again
Diffstat (limited to 'sc')
-rw-r--r-- | sc/qa/unit/filters-test.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/qa/unit/filters-test.cxx b/sc/qa/unit/filters-test.cxx index 03a1f5e1935a..8611df08aadb 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; } |