From 644487a1152c7586a7f20c7f372572a71d8494d5 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 7 Oct 2015 16:28:27 +0200 Subject: loplugin:unusedmethods Change-Id: I161cd52606c11b6008f5d8b1d8ee391692f91861 Reviewed-on: https://gerrit.libreoffice.org/19231 Tested-by: Jenkins Reviewed-by: Noel Grandin --- pyuno/source/module/pyuno_impl.hxx | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'pyuno/source') diff --git a/pyuno/source/module/pyuno_impl.hxx b/pyuno/source/module/pyuno_impl.hxx index 249a319a8b47..c5d8190989cf 100644 --- a/pyuno/source/module/pyuno_impl.hxx +++ b/pyuno/source/module/pyuno_impl.hxx @@ -260,17 +260,9 @@ PyRef ustring2PyString( const OUString & source ); OUString pyString2ustring( PyObject *str ); -PyRef AnyToPyObject (const css::uno::Any & a, const Runtime &r ) - throw ( css::uno::RuntimeException ); - -css::uno::Any PyObjectToAny (PyObject* o) - throw ( css::uno::RuntimeException ); - void raiseInvocationTargetExceptionWhenNeeded( const Runtime &runtime ) throw ( css::reflection::InvocationTargetException ); -css::uno::TypeClass StringToTypeClass (char* string); - PyRef PyUNO_callable_new ( const css::uno::Reference &xInv, const OUString &methodName, @@ -283,7 +275,6 @@ PyObject *PyUNO_ByteSequence_new( const css::uno::Sequence< sal_Int8 > &, const PyRef getTypeClass( const Runtime &); PyRef getEnumClass( const Runtime &); -PyRef getBoolClass( const Runtime &); PyRef getCharClass( const Runtime &); PyRef getByteSequenceClass( const Runtime & ); PyRef getPyUnoClass(); @@ -307,8 +298,6 @@ PyRef getObjectFromUnoModule( const Runtime &runtime, const char * object ) bool isInterfaceClass( const Runtime &, PyObject *obj ); bool isInstanceOfStructOrException( PyObject *obj); -css::uno::Sequence implementsInterfaces( - const Runtime & runtime, PyObject *obj ); struct RuntimeCargo { -- cgit