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

New commits:
commit c67a75f63b86c1159fa8002c56450f509fda86af
Author: Stephan Bergmann <sberg...@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();
 }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to