attempt to placate Doxygen
Change-Id: Ia29a9aa59c234a92366113e176931bc286ec8abb
This commit is contained in:
parent
017f3d1aaf
commit
4444068070
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue