Kaydet (Commit) b95175cc authored tarafından Caolán McNamara's avatar Caolán McNamara

stray debugging lines

Change-Id: I525009b9d037387b236cb4605fe0b93c94858d89
üst a393cf99
...@@ -317,8 +317,6 @@ IMPL_LINK_NOARG(SwCaptionDialog, ModifyHdl) ...@@ -317,8 +317,6 @@ IMPL_LINK_NOARG(SwCaptionDialog, ModifyHdl)
SwFieldType* pType = (bCorrectFieldName && !bNone) SwFieldType* pType = (bCorrectFieldName && !bNone)
? rSh.GetFieldType( RES_SETEXPFLD, sFieldTypeName ) ? rSh.GetFieldType( RES_SETEXPFLD, sFieldTypeName )
: 0; : 0;
fprintf(stderr, "pType is %p\n", pType);
fprintf(stderr, "bCorrectFieldName is %d\n", bCorrectFieldName);
m_pOKButton->Enable( bCorrectFieldName && m_pOKButton->Enable( bCorrectFieldName &&
(!pType || (!pType ||
static_cast<SwSetExpFieldType*>(pType)->GetType() == nsSwGetSetExpType::GSE_SEQ) ); static_cast<SwSetExpFieldType*>(pType)->GetType() == nsSwGetSetExpType::GSE_SEQ) );
......
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