summaryrefslogtreecommitdiff
path: root/sc/inc/AccessibleFilterMenuItem.hxx
diff options
context:
space:
mode:
authorNourah.AlShoeibi <nourah.alshoeibi@gmail.com>2013-07-09 19:50:34 +0300
committerPetr Mladek <pmladek@suse.cz>2013-07-09 17:13:53 +0000
commit59db0c242a7c97bd40b1cc33dd37f34fcefa5019 (patch)
treed41076963c7dfd401b828eb87b00730bf393fb14 /sc/inc/AccessibleFilterMenuItem.hxx
parentb45118b6c006b6c7f442fe70acb329ac843c11e1 (diff)
Modifying comments to meet Doxygen standards
Change-Id: I5626478f75a95a47493689db73b2886e316edb5d Reviewed-on: https://gerrit.libreoffice.org/4788 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
Diffstat (limited to 'sc/inc/AccessibleFilterMenuItem.hxx')
-rw-r--r--sc/inc/AccessibleFilterMenuItem.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/inc/AccessibleFilterMenuItem.hxx b/sc/inc/AccessibleFilterMenuItem.hxx
index 82b6f843ccd4..93927f9b246d 100644
--- a/sc/inc/AccessibleFilterMenuItem.hxx
+++ b/sc/inc/AccessibleFilterMenuItem.hxx
@@ -41,7 +41,7 @@ public:
virtual ~ScAccessibleFilterMenuItem();
- // XAccessibleContext
+ /// XAccessibleContext
virtual sal_Int32 SAL_CALL getAccessibleChildCount()
throw (::com::sun::star::uno::RuntimeException);
@@ -59,7 +59,7 @@ public:
virtual OUString SAL_CALL getImplementationName()
throw (::com::sun::star::uno::RuntimeException);
- // XAccessibleAction
+ /// XAccessibleAction
virtual ::sal_Int32 SAL_CALL getAccessibleActionCount()
throw (::com::sun::star::uno::RuntimeException);
@@ -75,7 +75,7 @@ public:
getAccessibleActionKeyBinding(sal_Int32 nIndex)
throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException);
- // XInterface
+ /// XInterface
virtual ::com::sun::star::uno::Any SAL_CALL queryInterface(
::com::sun::star::uno::Type const & rType )
@@ -84,7 +84,7 @@ public:
virtual void SAL_CALL acquire() throw ();
virtual void SAL_CALL release() throw ();
- // Non-UNO Methods
+ /// Non-UNO Methods
void setEnabled(bool bEnabled);