summaryrefslogtreecommitdiff
path: root/sw/source/ui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-09-09 11:30:11 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-09-09 11:30:29 +0100
commitb95175cc41f96ce669d2a4d4c55034c1f80ac74b (patch)
tree6db356d7938828d197f28a1dc37fe36122ed173a /sw/source/ui
parenta393cf99ae948a8144c8f0cee3a26bd432825052 (diff)
stray debugging lines
Change-Id: I525009b9d037387b236cb4605fe0b93c94858d89
Diffstat (limited to 'sw/source/ui')
-rw-r--r--sw/source/ui/frmdlg/cption.cxx2
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) );