diff options
author | Alexander Bergmann <myaddons@gmx.de> | 2012-02-10 14:20:12 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-02-10 14:20:52 +0000 |
commit | 99b2adf721fa424e0a02c4458774b8829cd33bf2 (patch) | |
tree | eb577fbc332ce9767c4688a3cca639e456a287ed /pyuno/inc | |
parent | 740cf4a5903dd7aaad4e60ab71a43b062e1d50d8 (diff) |
Removed unused code
Diffstat (limited to 'pyuno/inc')
-rw-r--r-- | pyuno/inc/pyuno/pyuno.hxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/pyuno/inc/pyuno/pyuno.hxx b/pyuno/inc/pyuno/pyuno.hxx index e3db6acc2e97..3b2a4b785818 100644 --- a/pyuno/inc/pyuno/pyuno.hxx +++ b/pyuno/inc/pyuno/pyuno.hxx @@ -174,21 +174,10 @@ public: const com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext > & ctx ) throw ( com::sun::star::uno::RuntimeException ); - /** Checks, whether the uno runtime is already initialized in the current python interpreter. */ static bool SAL_CALL isInitialized() throw (com::sun::star::uno::RuntimeException); - - /** disposes the UNO bridge in this interpreter. All existing stubs/proxies - become non-functional, using these proxies/stubs leads to runtime errors. - - preconditions: python has been initialized before and - the global interpreter lock is held and pyuno was - initialized before for the currently in use interpreter. - */ - static void SAL_CALL finalize() throw(com::sun::star::uno::RuntimeException ); - /** converts something contained in an UNO Any to a Python object preconditions: python has been initialized before, |