[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - sw/source
Caolán McNamara
caolanm at redhat.com
Wed Sep 9 03:59:40 PDT 2015
sw/source/ui/frmdlg/cption.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 88ca0c91484350b60c6a10a7a1ef570d83560df1
Author: Caolán McNamara <caolanm at redhat.com>
Date: Wed Sep 9 11:30:11 2015 +0100
stray debugging lines
Change-Id: I525009b9d037387b236cb4605fe0b93c94858d89
(cherry picked from commit b95175cc41f96ce669d2a4d4c55034c1f80ac74b)
diff --git a/sw/source/ui/frmdlg/cption.cxx b/sw/source/ui/frmdlg/cption.cxx
index bdf1e56..e97ef56 100644
--- a/sw/source/ui/frmdlg/cption.cxx
+++ b/sw/source/ui/frmdlg/cption.cxx
@@ -318,8 +318,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) );
More information about the Libreoffice-commits
mailing list