[Libreoffice-commits] core.git: sc/qa

Stephan Bergmann sbergman at redhat.com
Thu Aug 28 23:37:37 PDT 2014


 sc/qa/unit/helper/qahelper.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 214fd01ba451f10226c703d3f2337ad4f42a378c
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Aug 29 08:37:03 2014 +0200

    Fix signature of dummy non-ORCUS implementation
    
    Change-Id: I8ff7d0d8d4f5bfd4426bd3878f77eda714d0f01d

diff --git a/sc/qa/unit/helper/qahelper.cxx b/sc/qa/unit/helper/qahelper.cxx
index 6f02e9f..b5d9a17 100644
--- a/sc/qa/unit/helper/qahelper.cxx
+++ b/sc/qa/unit/helper/qahelper.cxx
@@ -160,7 +160,7 @@ void testCondFile(OUString& aFileName, ScDocument* pDoc, SCTAB nTab)
 
 #else
 
-void testFile(OUString&, ScDocument*, SCTAB, StringType) {}
+void testFile(OUString&, ScDocument&, SCTAB, StringType) {}
 void testCondFile(OUString&, ScDocument*, SCTAB) {}
 
 #endif


More information about the Libreoffice-commits mailing list