Kaydet (Commit) 01ceb315 authored tarafından David Tardon's avatar David Tardon

error C2666: 'operator ==' : 2 overloads have similar conversions

Change-Id: I31ccd7915241fffe7cf58f026bc9931d66e1a664
üst 19472697
...@@ -754,7 +754,7 @@ IMPL_LINK( SwNumPositionTabPage, RelativeHdl, CheckBox *, pBox ) ...@@ -754,7 +754,7 @@ IMPL_LINK( SwNumPositionTabPage, RelativeHdl, CheckBox *, pBox )
m_pDistBorderMF->SetValue(m_pDistBorderMF->Normalize(nValue), FUNIT_TWIP); m_pDistBorderMF->SetValue(m_pDistBorderMF->Normalize(nValue), FUNIT_TWIP);
else else
m_pDistBorderMF->SetText(aEmptyOUStr); m_pDistBorderMF->SetText(aEmptyOUStr);
m_pDistBorderMF->Enable(bOn || bSingleSelection||0 != pOutlineDlg); m_pDistBorderMF->Enable(bOn || bSingleSelection || pOutlineDlg);
bLastRelative = bOn; bLastRelative = bOn;
return 0; return 0;
} }
......
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