summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbaborders.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbaborders.cxx')
-rw-r--r--sw/source/ui/vba/vbaborders.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/vba/vbaborders.cxx b/sw/source/ui/vba/vbaborders.cxx
index 38825f64f531..dff81949a751 100644
--- a/sw/source/ui/vba/vbaborders.cxx
+++ b/sw/source/ui/vba/vbaborders.cxx
@@ -226,12 +226,12 @@ public:
break;
}
default:
- throw uno::RuntimeException( OUString( "Bad param" ), uno::Reference< uno::XInterface >() );
+ throw uno::RuntimeException("Bad param", uno::Reference< uno::XInterface >() );
}
setBorderLine( aBorderLine );
}
else
- throw uno::RuntimeException( OUString( "Method failed" ), uno::Reference< uno::XInterface >() );
+ throw uno::RuntimeException("Method failed", uno::Reference< uno::XInterface >() );
}
};