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

Caolán McNamara caolanm at redhat.com
Thu Jan 30 01:46:50 PST 2014


 cui/source/options/certpath.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 823c2b18f14c0fdd817b62e95b13f1c7e0d38a9d
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu Jan 30 09:46:12 2014 +0000

    stray printf
    
    Change-Id: If0a151822db6555c52077e77b05bf381010c13bf

diff --git a/cui/source/options/certpath.cxx b/cui/source/options/certpath.cxx
index f1873b0..8f2023d 100644
--- a/cui/source/options/certpath.cxx
+++ b/cui/source/options/certpath.cxx
@@ -120,8 +120,6 @@ CertPathDialog::CertPathDialog( Window* pParent ) :
 
 IMPL_LINK_NOARG(CertPathDialog, OKHdl_Impl)
 {
-    fprintf(stderr, "dir is %s\n", OUStringToOString(getDirectory(), RTL_TEXTENCODING_UTF8).getStr());
-
     try
     {
         boost::shared_ptr< comphelper::ConfigurationChanges > batch(


More information about the Libreoffice-commits mailing list