From 0e507ae031768deceab236a41d1bbe9fb5123cea Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 5 Jun 2014 08:16:59 +0200 Subject: various: remove SAL_THROW macro Change-Id: I9464179a736b91f5bc32eb5e5e89b3b4e3da3494 --- unodevtools/source/skeletonmaker/cppcompskeleton.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unodevtools') diff --git a/unodevtools/source/skeletonmaker/cppcompskeleton.cxx b/unodevtools/source/skeletonmaker/cppcompskeleton.cxx index 91a75d559000..31a59ffed7ae 100644 --- a/unodevtools/source/skeletonmaker/cppcompskeleton.cxx +++ b/unodevtools/source/skeletonmaker/cppcompskeleton.cxx @@ -166,7 +166,7 @@ void generateCompHelperDefinition(std::ostream & o, o << "css::uno::Reference< css::uno::XInterface > SAL_CALL _create(" << "\n const css::uno::Reference< css::uno::XComponentContext > & " - << "context)\n SAL_THROW((css::uno::Exception))\n{\n" + << "context)\n{\n" << " return static_cast< ::cppu::OWeakObject * >(new " << classname << "(context));\n}\n\n"; -- cgit