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:35:19 +0100
commit8920a191411a291248fb68434a79f10cb739af1c (patch)
tree4beee189b5537eceea0f9d260a01ba7864b28cc8 /sw/source/ui
parent57d0d31de4eecf56ef23cd279debfca8e4d7dc9f (diff)
stray debugging lines
(cherry picked from commit b95175cc41f96ce669d2a4d4c55034c1f80ac74b) 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 dbd3543e0f58..8c6b1e60dc23 100644
--- a/sw/source/ui/frmdlg/cption.cxx
+++ b/sw/source/ui/frmdlg/cption.cxx
@@ -320,8 +320,6 @@ IMPL_LINK_NOARG(SwCaptionDialog, ModifyHdl)
SwFieldType* pType = (bCorrectFldName && !bNone)
? rSh.GetFldType( RES_SETEXPFLD, sFldTypeName )
: 0;
- fprintf(stderr, "pType is %p\n", pType);
- fprintf(stderr, "bCorrectFldName is %d\n", bCorrectFldName);
m_pOKButton->Enable( bCorrectFldName &&
(!pType ||
((SwSetExpFieldType*)pType)->GetType() == nsSwGetSetExpType::GSE_SEQ) );