diff options
Diffstat (limited to 'sc')
-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 |