summaryrefslogtreecommitdiff
path: root/include/unotools/cmdoptions.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-06 19:53:16 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-06 20:00:14 +0300
commit149e3d4212704b36c101c2cab11cb43ad633ddd5 (patch)
treee45809351fcbbf18790df399d115dae317c87f86 /include/unotools/cmdoptions.hxx
parentc81cb85d3db1a5b66027ce9f21f0dd5fa115a954 (diff)
Bin empty @seealso, @param, @return etc metacomments
Diffstat (limited to 'include/unotools/cmdoptions.hxx')
-rw-r--r--include/unotools/cmdoptions.hxx26
1 files changed, 0 insertions, 26 deletions
diff --git a/include/unotools/cmdoptions.hxx b/include/unotools/cmdoptions.hxx
index 53649ce90c70..eddc1490c1e1 100644
--- a/include/unotools/cmdoptions.hxx
+++ b/include/unotools/cmdoptions.hxx
@@ -44,10 +44,6 @@ class SvtCommandOptions_Impl;
/*-************************************************************************************************************
@short collect information about dynamic menus
@descr Make it possible to configure dynamic menu structures of menus like "new" or "wizard".
-
- @implements -
- @base -
-
@devstatus ready to use
*//*-*************************************************************************************************************/
@@ -72,11 +68,6 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtCommandOptions : public utl::detail:
@seealso member m_nRefCount
@seealso member m_pDataContainer
-
- @param -
- @return -
-
- @onerror -
*//*-*****************************************************************************************************/
SvtCommandOptions();
@@ -86,9 +77,6 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtCommandOptions : public utl::detail:
@short return complete specified list
@descr Call it to get all entries of an dynamic menu.
We return a list of all nodes with his names and properties.
-
- @seealso -
-
@param "eOption" select the list to retrieve.
@return A list of command strings is returned.
@@ -100,14 +88,9 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtCommandOptions : public utl::detail:
/*-****************************************************************************************************
@short Lookup if a command URL is inside a given list
@descr Lookup if a command URL is inside a given lst
-
- @seealso -
-
@param "eOption" select right command list
@param "aCommandURL" a command URL that is used for the look up
@return "sal_True" if the command is inside the list otherwise "sal_False"
-
- @onerror -
*//*-*****************************************************************************************************/
bool Lookup( CmdOption eOption, const OUString& aCommandURL ) const;
@@ -122,9 +105,6 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtCommandOptions : public utl::detail:
@param "xFrame" points to the frame, which wish to be
notified, if configuration was changed.
- @return -
-
- @onerror -
*//*-*****************************************************************************************************/
void EstablisFrameCallback(const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& xFrame);
@@ -136,13 +116,7 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtCommandOptions : public utl::detail:
@descr These class is partially threadsafe (for de-/initialization only).
All access methods are'nt safe!
We create a static mutex only for one ime and use at different times.
-
- @seealso -
-
- @param -
@return A reference to a static mutex member.
-
- @onerror -
*//*-*****************************************************************************************************/
UNOTOOLS_DLLPRIVATE static ::osl::Mutex& GetOwnStaticMutex();