summaryrefslogtreecommitdiffstats
path: root/include/cppuhelper/weak.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/cppuhelper/weak.hxx')
-rw-r--r--include/cppuhelper/weak.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/cppuhelper/weak.hxx b/include/cppuhelper/weak.hxx
index 71958d3a603f..fd797e021c88 100644
--- a/include/cppuhelper/weak.hxx
+++ b/include/cppuhelper/weak.hxx
@@ -124,8 +124,8 @@ public:
inline OWeakObject & SAL_CALL operator = ( const OWeakObject &)
{ 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
@@ -144,7 +144,7 @@ public:
/** XWeak::queryAdapter() implementation
- @return a \com::sun::star::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;