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

Alexander Wilms f.alexander.wilms at gmail.com
Wed Feb 26 07:21:57 PST 2014


 pyuno/source/module/pyuno_impl.hxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 3a35e28628a6d9fd9100e35754eaba1db9bf1d50
Author: Alexander Wilms <f.alexander.wilms at gmail.com>
Date:   Tue Feb 25 19:39:53 2014 +0100

    Remove visual noise from pyuno
    
    Change-Id: I27f5edf45d5968879436e2466f953576651ed8ae
    Reviewed-on: https://gerrit.libreoffice.org/8290
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/pyuno/source/module/pyuno_impl.hxx b/pyuno/source/module/pyuno_impl.hxx
index 805466f..ae0f85f 100644
--- a/pyuno/source/module/pyuno_impl.hxx
+++ b/pyuno/source/module/pyuno_impl.hxx
@@ -131,9 +131,9 @@ inline PyObject* PyStrBytes_FromStringAndSize(const char *string, Py_ssize_t len
 namespace pyuno
 {
 
-//--------------------------------------------------
+
 // Logging API - implementation can be found in pyuno_util
-//--------------------------------------------------
+
 struct RuntimeCargo;
 namespace LogLevel
 {
@@ -159,7 +159,7 @@ void logException( RuntimeCargo *cargo, const char *intro,
 static const sal_Int32 VAL2STR_MODE_DEEP = 0;
 static const sal_Int32 VAL2STR_MODE_SHALLOW = 1;
 OUString val2str( const void * pVal, typelib_TypeDescriptionReference * pTypeRef, sal_Int32 mode = VAL2STR_MODE_DEEP ) SAL_THROW(());
-//--------------------------------------------------
+
 
 typedef ::boost::unordered_map
 <


More information about the Libreoffice-commits mailing list