diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-09-09 11:30:11 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-09-09 11:30:29 +0100 |
commit | b95175cc41f96ce669d2a4d4c55034c1f80ac74b (patch) | |
tree | 6db356d7938828d197f28a1dc37fe36122ed173a /sw | |
parent | a393cf99ae948a8144c8f0cee3a26bd432825052 (diff) |
stray debugging lines
Change-Id: I525009b9d037387b236cb4605fe0b93c94858d89
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/frmdlg/cption.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/ui/frmdlg/cption.cxx b/sw/source/ui/frmdlg/cption.cxx index d68c0b6c9d1d..db588e66959e 100644 --- a/sw/source/ui/frmdlg/cption.cxx +++ b/sw/source/ui/frmdlg/cption.cxx @@ -317,8 +317,6 @@ IMPL_LINK_NOARG(SwCaptionDialog, ModifyHdl) SwFieldType* pType = (bCorrectFieldName && !bNone) ? rSh.GetFieldType( RES_SETEXPFLD, sFieldTypeName ) : 0; - fprintf(stderr, "pType is %p\n", pType); - fprintf(stderr, "bCorrectFieldName is %d\n", bCorrectFieldName); m_pOKButton->Enable( bCorrectFieldName && (!pType || static_cast<SwSetExpFieldType*>(pType)->GetType() == nsSwGetSetExpType::GSE_SEQ) ); |