[Libreoffice-commits] core.git: sw/source

Caolán McNamara caolanm at redhat.com
Wed Sep 9 03:30:51 PDT 2015


 sw/source/ui/frmdlg/cption.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit b95175cc41f96ce669d2a4d4c55034c1f80ac74b
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Sep 9 11:30:11 2015 +0100

    stray debugging lines
    
    Change-Id: I525009b9d037387b236cb4605fe0b93c94858d89

diff --git a/sw/source/ui/frmdlg/cption.cxx b/sw/source/ui/frmdlg/cption.cxx
index d68c0b6..db588e6 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) );


More information about the Libreoffice-commits mailing list