summaryrefslogtreecommitdiff
path: root/pyuno/inc
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-12-17 17:45:27 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-12-17 17:45:27 +0000
commitb17c5e967bef37efce2fb7933de1c32ed0e570e5 (patch)
tree70641bf3708a51cebd583e98f4a45c1b13642cd4 /pyuno/inc
parent217edbfa65989dab40bc89861da071237569124d (diff)
INTEGRATION: CWS geordi2q11 (1.2.30); FILE MERGED
2003/12/16 14:04:26 hr 1.2.30.1: #111934#: join CWS ooo111fix1
Diffstat (limited to 'pyuno/inc')
-rw-r--r--pyuno/inc/pyuno/pyuno.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/pyuno/inc/pyuno/pyuno.hxx b/pyuno/inc/pyuno/pyuno.hxx
index 86713bea48e0..840a7ccd1ea5 100644
--- a/pyuno/inc/pyuno/pyuno.hxx
+++ b/pyuno/inc/pyuno/pyuno.hxx
@@ -215,6 +215,10 @@ public:
const PyRef & source , enum ConversionMode mode = REJECT_UNO_ANY ) const
throw ( com::sun::star::uno::RuntimeException);
+ /** extracts a proper uno exception from a given python exception
+ */
+ com::sun::star::uno::Any extractUnoException(
+ const PyRef & excType, const PyRef & excValue, const PyRef & excTraceback) const;
/** Returns the internal handle. Should only be used by the module implementation
*/