diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 19:39:53 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-26 09:21:35 -0600 |
commit | 3a35e28628a6d9fd9100e35754eaba1db9bf1d50 (patch) | |
tree | 7a03def00590675d457ed44a63fea30c406d1336 /pyuno/source | |
parent | 8520f61fe3def2c3f61fb7ce65c13d2b5076304a (diff) |
Remove visual noise from pyuno
Change-Id: I27f5edf45d5968879436e2466f953576651ed8ae
Reviewed-on: https://gerrit.libreoffice.org/8290
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'pyuno/source')
-rw-r--r-- | pyuno/source/module/pyuno_impl.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pyuno/source/module/pyuno_impl.hxx b/pyuno/source/module/pyuno_impl.hxx index 805466fad1e0..ae0f85f8723b 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 < |