Kaydet (Commit) 0982c0d9 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Use correct sheet index values, to fix sheet name display issue.

Change-Id: I8bafdbe5c30060802016b17a5a2077dfac2317cf
üst 6cc02911
......@@ -833,7 +833,7 @@ struct ConventionOOO_A1 : public Convention_A1
if (!bSingleRef)
{
rBuffer.append(sal_Unicode(':'));
MakeOneRefStrImpl(rBuffer, rComp, aRef.Ref2, aAbs2, (aRef.Ref2.nTab != aRef.Ref1.nTab), bODF);
MakeOneRefStrImpl(rBuffer, rComp, aRef.Ref2, aAbs2, aAbs1.Tab() != aAbs2.Tab(), bODF);
}
}
if (bODF)
......
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