diff options
-rw-r--r-- | include/cppuhelper/weak.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/cppuhelper/weak.hxx b/include/cppuhelper/weak.hxx index 47f3d8d04071..67bc0b74614b 100644 --- a/include/cppuhelper/weak.hxx +++ b/include/cppuhelper/weak.hxx @@ -163,8 +163,8 @@ public: To be used like: css::uno::XInterface * FOO_constructor_function(...) { - return cppu::acquire(new FOO(...)); - } + return cppu::acquire(new FOO(...)); + } @param instance Newly created instance that should be acquired. |