summaryrefslogtreecommitdiff
path: root/framework/source/services
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-06 20:02:08 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-06 20:02:08 +0300
commite32e7946aa61e6b2dddbb2eff60f82d2f85bb41a (patch)
treedc084f64896f5f932dd71c1f2dcb94267e3afbea /framework/source/services
parent1e0fae45a6b13e7571ec890d27dc1f6f69c9f3fb (diff)
Bin empty @seealso, @param, @return etc metacomments
Change-Id: I9582afceb5daf5993bfca1445370d8a60030c3c5
Diffstat (limited to 'framework/source/services')
-rw-r--r--framework/source/services/desktop.cxx9
-rw-r--r--framework/source/services/frame.cxx16
2 files changed, 0 insertions, 25 deletions
diff --git a/framework/source/services/desktop.cxx b/framework/source/services/desktop.cxx
index c60fe59c482f..a7d0504bc064 100644
--- a/framework/source/services/desktop.cxx
+++ b/framework/source/services/desktop.cxx
@@ -181,7 +181,6 @@ Desktop::Desktop( const css::uno::Reference< css::uno::XComponentContext >& xCon
@descr This one do NOTHING! Use dispose() instaed of this.
@seealso method dispose()
- @return -
*//*-*************************************************************************************************************/
Desktop::~Desktop()
{
@@ -778,8 +777,6 @@ css::uno::Reference< css::frame::XFrame > SAL_CALL Desktop::getActiveFrame() thr
@short non implemented methods!
@descr Some method make no sense for our desktop! He has no window or parent or ...
So we should implement it empty and warn programmer, if he use it!
- @param -
- @onerror -
*/
void SAL_CALL Desktop::initialize( const css::uno::Reference< css::awt::XWindow >& ) throw( css::uno::RuntimeException, std::exception )
{
@@ -1093,7 +1090,6 @@ void SAL_CALL Desktop::disposing()
@attention Our container is threadsafe himeslf. So we don't need any lock here.
@param "xListener", reference to valid listener. We don't accept invalid values!
- @onerror -
@threadsafe yes
*/
void SAL_CALL Desktop::addEventListener( const css::uno::Reference< css::lang::XEventListener >& xListener ) throw( css::uno::RuntimeException, std::exception )
@@ -1131,7 +1127,6 @@ void SAL_CALL Desktop::removeEventListener( const css::uno::Reference< css::lang
@seealso method loadComponentFromURL()
@param "aEvent", state event which (hopefully) valid information
- @onerror -
@threadsafe yes
*//*-*************************************************************************************************************/
void SAL_CALL Desktop::dispatchFinished( const css::frame::DispatchResultEvent& aEvent ) throw( css::uno::RuntimeException, std::exception )
@@ -1161,8 +1156,6 @@ void SAL_CALL Desktop::dispatchFinished( const css::frame::DispatchResultEvent&
We are a temp. listener only and our lifetime isn't smaller then of our temp. used dispatcher.
@seealso method loadComponentFromURL()
- @return -
- @threadsafe -
*//*-*************************************************************************************************************/
void SAL_CALL Desktop::disposing( const css::lang::EventObject& ) throw( css::uno::RuntimeException, std::exception )
{
@@ -1187,7 +1180,6 @@ void SAL_CALL Desktop::disposing( const css::lang::EventObject& ) throw( css::un
@seealso member m_eLoadState
@param "xRequest", request for interaction - normal a wrapped target exception from bottom services
- @onerror -
@threadsafe yes
*//*-*************************************************************************************************************/
void SAL_CALL Desktop::handle( const css::uno::Reference< css::task::XInteractionRequest >& xRequest ) throw( css::uno::RuntimeException, std::exception )
@@ -1407,7 +1399,6 @@ void SAL_CALL Desktop::setFastPropertyValue_NoBroadcast( sal_Int32
@param "nHandle" handle of property to change
@param "aValue" current value of property
- @onerror -
@threadsafe yes
*//*-*************************************************************************************************************/
void SAL_CALL Desktop::getFastPropertyValue( css::uno::Any& aValue ,
diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx
index ce3f9bf11131..74225e919925 100644
--- a/framework/source/services/frame.cxx
+++ b/framework/source/services/frame.cxx
@@ -603,7 +603,6 @@ void Frame::initListeners()
@descr This one do NOTHING! Use dispose() instaed of this.
@seealso method dispose()
- @return -
*//*-*****************************************************************************************************/
Frame::~Frame()
{
@@ -1309,7 +1308,6 @@ sal_Bool SAL_CALL Frame::isTop() throw( css::uno::RuntimeException, std::excepti
@seealso method isActivate()
@seealso enum EActiveState
@seealso listener mechanism
- @return -
*//*-*****************************************************************************************************/
void SAL_CALL Frame::activate() throw( css::uno::RuntimeException, std::exception )
{
@@ -1395,7 +1393,6 @@ void SAL_CALL Frame::activate() throw( css::uno::RuntimeException, std::exceptio
@seealso method isActivate()
@seealso enum EActiveState
@seealso listener mechanism
- @return -
*//*-*****************************************************************************************************/
void SAL_CALL Frame::deactivate() throw( css::uno::RuntimeException, std::exception )
{
@@ -1488,8 +1485,6 @@ sal_Bool SAL_CALL Frame::isActive() throw( css::uno::RuntimeException, std::exce
/*-****************************************************************************************************
@short ???
- @seealso -
- @return -
*//*-*****************************************************************************************************/
void SAL_CALL Frame::contextChanged() throw( css::uno::RuntimeException, std::exception )
{
@@ -2022,7 +2017,6 @@ void Frame::implts_forgetSubFrames()
@seealso method initialize()
@seealso baseclass FairRWLockBase!
- @return -
*//*-*****************************************************************************************************/
void SAL_CALL Frame::dispose() throw( css::uno::RuntimeException, std::exception )
{
@@ -2352,7 +2346,6 @@ css::uno::Sequence< css::frame::DispatchInformation > SAL_CALL Frame::getConfigu
@seealso member m_xComponentWindow
@param "aEvent" describe source of detected event
- @onerror -
*//*-*****************************************************************************************************/
void SAL_CALL Frame::windowResized( const css::awt::WindowEvent& aEvent ) throw( css::uno::RuntimeException, std::exception )
{
@@ -2403,7 +2396,6 @@ void SAL_CALL Frame::focusGained( const css::awt::FocusEvent& aEvent ) throw( cs
@seealso member m_xComponentWindow
@param "aEvent" describe source of detected event
- @onerror -
*//*-*****************************************************************************************************/
void SAL_CALL Frame::windowActivated( const css::lang::EventObject& aEvent ) throw( css::uno::RuntimeException, std::exception )
{
@@ -2597,7 +2589,6 @@ void SAL_CALL Frame::windowHidden( const css::lang::EventObject& ) throw(css::un
@seealso XWindowListener
@seealso XTopWindowListener
@seealso XFocusListener
- @return -
*//*-*****************************************************************************************************/
void SAL_CALL Frame::disposing( const css::lang::EventObject& aEvent ) throw( css::uno::RuntimeException, std::exception )
{
@@ -2861,7 +2852,6 @@ void Frame::impl_disposeContainerWindow( css::uno::Reference< css::awt::XWindow
@short send frame action event to our listener
@descr This method is threadsafe AND can be called by our dispose method too!
@param "aAction", describe the event for sending
- @onerror -
*//*-*****************************************************************************************************/
void Frame::implts_sendFrameActionEvent( const css::frame::FrameAction& aAction )
{
@@ -2918,8 +2908,6 @@ void Frame::implts_sendFrameActionEvent( const css::frame::FrameAction& aAction
@descr A frame contains 2 windows - a container ~ and a component window.
This method resize inner component window to full size of outer container window.
This method is threadsafe AND can be called by our dispose method too!
- @param -
- @onerror -
*//*-*****************************************************************************************************/
void Frame::implts_resizeComponentWindow()
{
@@ -2951,8 +2939,6 @@ void Frame::implts_resizeComponentWindow()
too ... we should ask his optional property set first ...
@seealso method Window::SetIcon()
- @return -
-
@onerror We do nothing.
*//*-*****************************************************************************************************/
void Frame::implts_setIconOnWindow()
@@ -3042,8 +3028,6 @@ void Frame::implts_setIconOnWindow()
@seealso method initialize()
@seealso method dispose()
- @return -
-
@onerror We do nothing!
@threadsafe yes
*//*-*************************************************************************************************************/