summaryrefslogtreecommitdiff
path: root/vbahelper/source/vbahelper/vbahelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vbahelper/source/vbahelper/vbahelper.cxx')
-rwxr-xr-xvbahelper/source/vbahelper/vbahelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vbahelper/source/vbahelper/vbahelper.cxx b/vbahelper/source/vbahelper/vbahelper.cxx
index 2ef6ae939b1f..8211269bcd2a 100755
--- a/vbahelper/source/vbahelper/vbahelper.cxx
+++ b/vbahelper/source/vbahelper/vbahelper.cxx
@@ -1120,7 +1120,7 @@ void UserFormGeometryHelper::setHeight( double nHeight )
{
exception( rtl::OUString(), css::uno::Exception(), err, additionalArgument );
}
- void DebugHelper::exception( css::uno::Exception& ex ) throw( css::script::BasicErrorException )
+ void DebugHelper::exception( const css::uno::Exception& ex ) throw( css::script::BasicErrorException )
{
exception( rtl::OUString(), ex, SbERR_INTERNAL_ERROR, rtl::OUString() );
}