diff options
author | Noel Grandin <noel@peralex.com> | 2015-09-29 12:40:47 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-09-29 15:08:43 +0200 |
commit | 34180700b2686c97cdce0b52ca9578a41a153035 (patch) | |
tree | 073f3753e4483f30efa3c7c769f23971e6a046d5 /pyuno | |
parent | e710170d906fcb248a5e4ff5a3a90cbf0e20003d (diff) |
loplugin:removeunusedmethods, remove unused stuff
Change-Id: I35456b2a3ad2a84a1d045f09cdfb29e4c19b8350
Diffstat (limited to 'pyuno')
-rw-r--r-- | pyuno/source/module/pyuno_impl.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pyuno/source/module/pyuno_impl.hxx b/pyuno/source/module/pyuno_impl.hxx index d634ea89af78..8be1183dc82f 100644 --- a/pyuno/source/module/pyuno_impl.hxx +++ b/pyuno/source/module/pyuno_impl.hxx @@ -294,8 +294,6 @@ PyObject *PyUNO_invoke( PyObject *object, const char *name , PyObject *args ); com::sun::star::uno::Any PyEnum2Enum( PyObject *obj ) throw ( com::sun::star::uno::RuntimeException ); -bool PyBool2Bool( PyObject *o, const Runtime & r ) - throw ( com::sun::star::uno::RuntimeException ); sal_Unicode PyChar2Unicode( PyObject *o ) throw ( com::sun::star::uno::RuntimeException ); com::sun::star::uno::Type PyType2Type( PyObject * o ) |