diff options
author | Noel Grandin <noel@peralex.com> | 2015-10-21 13:14:53 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-10-21 13:14:53 +0200 |
commit | 44440680708d294a65e02c956c1e8423cca7f7d6 (patch) | |
tree | cd8aef81b5fc837816566b19f9169df703524eb1 | |
parent | 017f3d1aafd05603e1afd316f5e0dce19f7b08aa (diff) |
attempt to placate Doxygen
Change-Id: Ia29a9aa59c234a92366113e176931bc286ec8abb
-rw-r--r-- | include/cppuhelper/weak.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/cppuhelper/weak.hxx b/include/cppuhelper/weak.hxx index c3e8be579edd..4f06c3ad4516 100644 --- a/include/cppuhelper/weak.hxx +++ b/include/cppuhelper/weak.hxx @@ -123,8 +123,8 @@ public: inline OWeakObject & SAL_CALL operator = ( const OWeakObject &) { return *this; } - /** Basic queryInterface() implementation supporting \css::uno::XWeak and - \css::uno::XInterface. + /** Basic queryInterface() implementation supporting \com::sun::star::uno::XWeak and + \com::sun::star::uno::XInterface. @param rType demanded type @return demanded type or empty any @@ -143,7 +143,7 @@ public: /** XWeak::queryAdapter() implementation - @return a \css::uno::XAdapter reference + @return a \com::sun::star::uno::XAdapter reference */ virtual css::uno::Reference< css::uno::XAdapter > SAL_CALL queryAdapter() throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE; |