summaryrefslogtreecommitdiff
path: root/include/vbahelper
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-07-22 08:49:44 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-07-22 09:54:38 +0100
commitc1dd91a93c59b19ed9542da61e5b1ce43cf4ffbf (patch)
treec768ab956587ac40ee05dfdea40939ea6609f83e /include/vbahelper
parent00639459f148ecb8033f42d5f810858729d24501 (diff)
callcatcher: update unused code
Change-Id: I1dd1b40d807c7c9d9b145aca9f69a67d786ec5ff
Diffstat (limited to 'include/vbahelper')
-rw-r--r--include/vbahelper/vbahelper.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/vbahelper/vbahelper.hxx b/include/vbahelper/vbahelper.hxx
index 8e56341fac98..7b2d811f10c0 100644
--- a/include/vbahelper/vbahelper.hxx
+++ b/include/vbahelper/vbahelper.hxx
@@ -249,9 +249,6 @@ public:
static void runtimeexception( const OUString& DetailedMessage, const css::uno::Exception& ex, int err, const OUString& /*additionalArgument*/ ) throw( css::uno::RuntimeException );
static void runtimeexception( int err, const OUString& additionalArgument ) throw( css::uno::RuntimeException );
-
- static void runtimeexception( const css::uno::Exception& ex ) throw( css::uno::RuntimeException );
-
};
} // vba