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

stray debugging lines

Change-Id: I525009b9d037387b236cb4605fe0b93c94858d89
(cherry picked from commit b95175cc)
üst 60d1a244
...@@ -318,8 +318,6 @@ IMPL_LINK_NOARG(SwCaptionDialog, ModifyHdl) ...@@ -318,8 +318,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