diff options
Diffstat (limited to 'pyuno')
-rw-r--r-- | pyuno/source/module/pyuno.cxx | 1 | ||||
-rw-r--r-- | pyuno/source/module/pyuno_util.cxx | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/pyuno/source/module/pyuno.cxx b/pyuno/source/module/pyuno.cxx index 1f11f3db78a8..d69f195268cd 100644 --- a/pyuno/source/module/pyuno.cxx +++ b/pyuno/source/module/pyuno.cxx @@ -90,7 +90,6 @@ void PyUNO_del (PyObject* self) } - OUString val2str( const void * pVal, typelib_TypeDescriptionReference * pTypeRef , sal_Int32 mode ) { assert( pVal ); diff --git a/pyuno/source/module/pyuno_util.cxx b/pyuno/source/module/pyuno_util.cxx index 86528f1817f7..886917d94379 100644 --- a/pyuno/source/module/pyuno_util.cxx +++ b/pyuno/source/module/pyuno_util.cxx @@ -32,7 +32,6 @@ #include <com/sun/star/beans/XMaterialHolder.hpp> - using com::sun::star::uno::TypeDescription; using com::sun::star::uno::Sequence; using com::sun::star::uno::Reference; @@ -114,7 +113,6 @@ PyRef getObjectFromUnoModule( const Runtime &runtime, const char * func ) } - // Logging |