Kaydet (Commit) c1e06b7a authored tarafından Matteo Casalin's avatar Matteo Casalin

Fix -Werror=shadow

Change-Id: I30312e039c98007d6f379c3ee9b1500ddfbfc39d
üst c19cb642
......@@ -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 )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment