summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-01-19 20:18:48 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-01-19 20:19:21 -0600
commit6ac30d8be976d60f56783327984b263fb1307e2a (patch)
tree60ee1cb713aac493148c6a78332804efd3f0cce7 /cppuhelper
parent370fc96b92e59d35c2eb2e14fd77eb14bfc72fd4 (diff)
clean-up Doxygen warnings
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/inc/cppuhelper/weak.hxx6
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);