[Libreoffice-commits] .: sc/qa

Markus Mohrhard mmohrhard at kemper.freedesktop.org
Thu Sep 29 11:44:36 PDT 2011


 sc/qa/unit/filters-test.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 1fc21ed077d3746dbff3acf3bc5eb9d6dd9f21b4
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Thu Sep 29 20:41:30 2011 +0200

    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

diff --git a/sc/qa/unit/filters-test.cxx b/sc/qa/unit/filters-test.cxx
index 8611df0..03a1f5e 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;
 }


More information about the Libreoffice-commits mailing list