diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-08-29 08:37:03 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-08-29 08:37:03 +0200 |
commit | 214fd01ba451f10226c703d3f2337ad4f42a378c (patch) | |
tree | 0824990d9575dc8fe05c21b6838db0fe958d2729 /sc/qa/unit/helper | |
parent | f5aeaa3845ae794a6320f082b1354f946d96cec1 (diff) |
Fix signature of dummy non-ORCUS implementation
Change-Id: I8ff7d0d8d4f5bfd4426bd3878f77eda714d0f01d
Diffstat (limited to 'sc/qa/unit/helper')
-rw-r--r-- | sc/qa/unit/helper/qahelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |