diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-07 19:39:57 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-07 19:56:50 +0300 |
commit | 53a0914c5cb9357d7ef9088143997f50883b5959 (patch) | |
tree | 63114a85550969ab35b64c2b5ee0aff2012bd87e /uui | |
parent | 2a7fdf2a7bb7345c49c988dfd1fcdb41cebb8a1e (diff) |
Bin empty @seealso, @param, @return etc metacomments
Change-Id: I1590c20c4080578f5b528f4d6d43749e4e939fde
Diffstat (limited to 'uui')
-rw-r--r-- | uui/source/fltdlg.cxx | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/uui/source/fltdlg.cxx b/uui/source/fltdlg.cxx index 5ae7ff57785b..96dbefb40401 100644 --- a/uui/source/fltdlg.cxx +++ b/uui/source/fltdlg.cxx @@ -46,9 +46,6 @@ namespace uui @param "pParentWindow" , parent window for dialog @param "pResMgr" , resource manager - @return - - - @onerror - @threadsafe no *//*-*************************************************************************************************************/ FilterDialog::FilterDialog( Window* pParentWindow , @@ -67,13 +64,7 @@ FilterDialog::FilterDialog( Window* pParentWindow , /*-************************************************************************************************************ @short set file name on dialog control @descr We convert given URL (it must be an URL!) into valid file name and show it on our dialog. - - @seealso - - @param "sURL", URL for showing - @return - - - @onerror - @threadsafe no *//*-*************************************************************************************************************/ void FilterDialog::SetURL( const OUString& sURL ) @@ -96,8 +87,6 @@ void FilterDialog::SetURL( const OUString& sURL ) @seealso method AskForFilter() @param "pFilterNames", pointer to list of filter names, which should be used for later operations. - @return - - @onerror We clear list box and forget our currently set filter information completely! @threadsafe no *//*-*************************************************************************************************************/ @@ -166,11 +155,6 @@ bool FilterDialog::AskForFilter( FilterNameListPtr& pSelectedItem ) @seealso method OutputDevice::GetTextWidth() @seealso method InetURLObject::getAbbreviated() - - @param - - @return - - - @onerror - @threadsafe no *//*-*************************************************************************************************************/ class StringCalculator : public ::cppu::WeakImplHelper1< ::com::sun::star::util::XStringWidth > |