From 214fd01ba451f10226c703d3f2337ad4f42a378c Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 29 Aug 2014 08:37:03 +0200 Subject: Fix signature of dummy non-ORCUS implementation Change-Id: I8ff7d0d8d4f5bfd4426bd3878f77eda714d0f01d --- sc/qa/unit/helper/qahelper.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/qa/unit') diff --git a/sc/qa/unit/helper/qahelper.cxx b/sc/qa/unit/helper/qahelper.cxx index 6f02e9f167b8..b5d9a17561f2 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 -- cgit