Kaydet (Commit) 4114cb6d authored tarafından Noel Grandin's avatar Noel Grandin

sal_Bool->bool

Change-Id: I5feec81bad66ff104ab3e1f53c5d4e59e2e4781a
üst e490f09b
......@@ -33,8 +33,8 @@ private:
long nVarStart;
long nVarDiff;
long nCount;
sal_Bool bVertical;
sal_Bool bOptimize;
bool bVertical;
bool bOptimize;
void AddLine( long nStart, long nEnd, long nPos );
......
......@@ -106,7 +106,7 @@ void ScGridMerger::AddVerLine( long nX, long nY1, long nY2 )
if ( !bVertical )
{
Flush();
bVertical = sal_True;
bVertical = true;
}
AddLine( nY1, nY2, nX );
}
......
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