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

Stephan Bergmann sbergman at redhat.com
Wed Sep 3 05:34:56 PDT 2014


 sw/source/uibase/envelp/syncbtn.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit c67a75f63b86c1159fa8002c56450f509fda86af
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Sep 3 14:33:51 2014 +0200

    Remove stray debug fprintf
    
    Change-Id: I0e2caf805a1634d230e9cfe644941e6f875ea303

diff --git a/sw/source/uibase/envelp/syncbtn.cxx b/sw/source/uibase/envelp/syncbtn.cxx
index 53911fa..16e0764 100644
--- a/sw/source/uibase/envelp/syncbtn.cxx
+++ b/sw/source/uibase/envelp/syncbtn.cxx
@@ -65,7 +65,6 @@ SwSyncBtnDlg::SwSyncBtnDlg( SfxBindings* _pBindings,
 {
     get(m_pSyncBtn, "sync");
     m_pSyncBtn->SetClickHdl(LINK(this, SwSyncBtnDlg, BtnHdl));
-    fprintf(stderr, "SwSyncBtnDlg::SwSyncBtnDlg %p\n", this);
     Show();
 }
 


More information about the Libreoffice-commits mailing list