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

Tor Lillqvist tml at collabora.com
Sat Jan 11 01:04:40 PST 2014


 chart2/source/controller/dialogs/tp_DataSource.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 76702bc75d79dee09a01c57c68e49efa5664c355
Author: Tor Lillqvist <tml at collabora.com>
Date:   Sat Jan 11 11:03:49 2014 +0200

    Bin leftover printf
    
    Change-Id: I5469199841dc56e93ff82fe5c3b722d43e766240

diff --git a/chart2/source/controller/dialogs/tp_DataSource.cxx b/chart2/source/controller/dialogs/tp_DataSource.cxx
index 42f9eed..236cb70 100644
--- a/chart2/source/controller/dialogs/tp_DataSource.cxx
+++ b/chart2/source/controller/dialogs/tp_DataSource.cxx
@@ -66,7 +66,6 @@ OUString lcl_GetRoleLBEntry(
     aEntry.append(OUString( rRange ));
 
     OUString sFoo = aEntry.makeStringAndClear();
-    fprintf(stderr, "ConvertRoleFromInternalToUI :%s:\n", OUStringToOString(sFoo, RTL_TEXTENCODING_UTF8).getStr());
     return sFoo;
 }
 


More information about the Libreoffice-commits mailing list