summaryrefslogtreecommitdiff
path: root/sc/qa
diff options
context:
space:
mode:
Diffstat (limited to 'sc/qa')
-rw-r--r--sc/qa/unit/ucalc.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index 2afd4f85bfea..58c212861376 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -3389,11 +3389,11 @@ void Test::testCopyPasteSkipEmpty()
bool mbHasNote;
};
- struct Test
+ struct TestRange
{
ScDocument* mpDoc;
- Test( ScDocument* pDoc ) : mpDoc(pDoc) {}
+ TestRange( ScDocument* pDoc ) : mpDoc(pDoc) {}
bool checkRange( const ScAddress& rPos, const Check* p, const Check* pEnd )
{