[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - sw/source

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


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

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

    stray debugging lines
    
    (cherry picked from commit b95175cc41f96ce669d2a4d4c55034c1f80ac74b)
    
    Change-Id: I525009b9d037387b236cb4605fe0b93c94858d89

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


More information about the Libreoffice-commits mailing list