diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-01-19 20:18:48 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-01-19 20:19:21 -0600 |
commit | 6ac30d8be976d60f56783327984b263fb1307e2a (patch) | |
tree | 60ee1cb713aac493148c6a78332804efd3f0cce7 /cppuhelper/inc | |
parent | 370fc96b92e59d35c2eb2e14fd77eb14bfc72fd4 (diff) |
clean-up Doxygen warnings
Diffstat (limited to 'cppuhelper/inc')
-rw-r--r-- | cppuhelper/inc/cppuhelper/weak.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cppuhelper/inc/cppuhelper/weak.hxx b/cppuhelper/inc/cppuhelper/weak.hxx index b8b9ddd1458a..ceddbda9c411 100644 --- a/cppuhelper/inc/cppuhelper/weak.hxx +++ b/cppuhelper/inc/cppuhelper/weak.hxx @@ -130,8 +130,8 @@ public: SAL_THROW( () ) { return *this; } - /** Basic queryInterface() implementation supporting ::com::sun::star::uno::XWeak and - ::com::sun::star::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 @@ -150,7 +150,7 @@ public: /** XWeak::queryAdapter() implementation - @return a ::com::sun::star::uno::XAdapter reference + @return a \::com::sun::star::uno::XAdapter reference */ virtual ::com::sun::star::uno::Reference< ::com::sun::star::uno::XAdapter > SAL_CALL queryAdapter() throw (::com::sun::star::uno::RuntimeException); |