[Libreoffice-commits] core.git: include/cppuhelper

Chris Sherlock chris.sherlock79 at gmail.com
Wed Jan 13 12:06:08 PST 2016


 include/cppuhelper/weak.hxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 0b5a5210b1ca5448e51995ae934d6eeebad00f1a
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date:   Thu Jan 14 05:01:31 2016 +1100

    cppuhelper: remove invalid doxygen markup
    
    Change-Id: I97e8757c1f5006bb1320b4a65da34745cc563e58
    Reviewed-on: https://gerrit.libreoffice.org/21456
    Reviewed-by: Chris Sherlock <chris.sherlock79 at gmail.com>
    Tested-by: Chris Sherlock <chris.sherlock79 at gmail.com>

diff --git a/include/cppuhelper/weak.hxx b/include/cppuhelper/weak.hxx
index 71958d3..fd797e0 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;


More information about the Libreoffice-commits mailing list