diff options
-rw-r--r-- | unodevtools/source/skeletonmaker/cppcompskeleton.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unodevtools/source/skeletonmaker/cppcompskeleton.cxx b/unodevtools/source/skeletonmaker/cppcompskeleton.cxx index b17c35c90c84..a550a8e63c85 100644 --- a/unodevtools/source/skeletonmaker/cppcompskeleton.cxx +++ b/unodevtools/source/skeletonmaker/cppcompskeleton.cxx @@ -160,7 +160,7 @@ static 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{\n" - " return static_cast< ::cppu::OWeakObject * >(new " + " return getXWeak(new " << classname << "(context));\n}\n\n"; // close namespace |