diff options
Diffstat (limited to 'vbahelper')
-rw-r--r-- | vbahelper/source/vbahelper/vbahelper.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/vbahelper/source/vbahelper/vbahelper.cxx b/vbahelper/source/vbahelper/vbahelper.cxx index cdee33b64b28..7bbe9e50924e 100644 --- a/vbahelper/source/vbahelper/vbahelper.cxx +++ b/vbahelper/source/vbahelper/vbahelper.cxx @@ -1085,12 +1085,6 @@ void DebugHelper::runtimeexception( int err, const OUString& additionalArgument runtimeexception( OUString(), css::uno::Exception(), err, additionalArgument ); } -void DebugHelper::runtimeexception( const css::uno::Exception& ex ) throw( css::uno::RuntimeException ) -{ - runtimeexception( OUString(), ex, SbERR_INTERNAL_ERROR, OUString() ); -} - - Millimeter::Millimeter():m_nMillimeter(0) {} Millimeter::Millimeter(double mm):m_nMillimeter(mm) {} |