summaryrefslogtreecommitdiffstats
path: root/sc/inc/dispuno.hxx
diff options
context:
space:
mode:
authorNourah.AlShoeibi <nourah.alshoeibi@gmail.com>2013-07-07 13:18:20 +0300
committerabdulmajeed ahmed <aalabdulrazzaq@kacst.edu.sa>2013-07-07 18:41:08 +0000
commit35b42a9d1282a92dbc9a7fbc51d279812070688c (patch)
treedc3e8ed95236075ee1a0174965c21c0dfa1115e7 /sc/inc/dispuno.hxx
parentremove unused SwDoGetCapitalBreak::pExtraPos (diff)
downloadcore-35b42a9d1282a92dbc9a7fbc51d279812070688c.tar.gz
core-35b42a9d1282a92dbc9a7fbc51d279812070688c.zip
Modifying comments to meet Doxygen standards
Change-Id: I0a7d606f359a6cc99a8ecf0fd3fcc5c0b216c94f Reviewed-on: https://gerrit.libreoffice.org/4754 Reviewed-by: abdulmajeed ahmed <aalabdulrazzaq@kacst.edu.sa> Tested-by: abdulmajeed ahmed <aalabdulrazzaq@kacst.edu.sa>
Diffstat (limited to 'sc/inc/dispuno.hxx')
-rw-r--r--sc/inc/dispuno.hxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/sc/inc/dispuno.hxx b/sc/inc/dispuno.hxx
index 6cf94b2815ac..ad0549e04221 100644
--- a/sc/inc/dispuno.hxx
+++ b/sc/inc/dispuno.hxx
@@ -24,7 +24,7 @@
#include <com/sun/star/view/XSelectionChangeListener.hpp>
#include <cppuhelper/implbase2.hxx>
#include <svl/lstner.hxx>
-#include "global.hxx" // ScImportParam
+#include "global.hxx" ///< ScImportParam
#include <boost/ptr_container/ptr_vector.hpp>
@@ -47,17 +47,17 @@ class ScDispatchProviderInterceptor : public cppu::WeakImplHelper2<
{
ScTabViewShell* pViewShell;
- // the component which's dispatches we're intercepting
+ /// the component which's dispatches we're intercepting
::com::sun::star::uno::Reference<
::com::sun::star::frame::XDispatchProviderInterception> m_xIntercepted;
- // chaining
+ /// chaining
::com::sun::star::uno::Reference<
::com::sun::star::frame::XDispatchProvider> m_xSlaveDispatcher;
::com::sun::star::uno::Reference<
::com::sun::star::frame::XDispatchProvider> m_xMasterDispatcher;
- // own dispatch
+ /// own dispatch
::com::sun::star::uno::Reference<
::com::sun::star::frame::XDispatch> m_xMyDispatch;
@@ -68,7 +68,7 @@ public:
virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
- // XDispatchProvider
+ /// XDispatchProvider
virtual ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch > SAL_CALL
queryDispatch( const ::com::sun::star::util::URL& aURL,
const OUString& aTargetFrameName,
@@ -80,7 +80,7 @@ public:
::com::sun::star::frame::DispatchDescriptor >& aDescripts )
throw(::com::sun::star::uno::RuntimeException);
- // XDispatchProviderInterceptor
+ /// XDispatchProviderInterceptor
virtual ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatchProvider > SAL_CALL
getSlaveDispatchProvider() throw(::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL setSlaveDispatchProvider( const ::com::sun::star::uno::Reference<
@@ -92,7 +92,7 @@ public:
::com::sun::star::frame::XDispatchProvider >& xNewSupplier )
throw(::com::sun::star::uno::RuntimeException);
- // XEventListener
+ /// XEventListener
virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source )
throw(::com::sun::star::uno::RuntimeException);
};
@@ -115,7 +115,7 @@ public:
virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
- // XDispatch
+ /// XDispatch
virtual void SAL_CALL dispatch( const ::com::sun::star::util::URL& aURL,
const ::com::sun::star::uno::Sequence<
::com::sun::star::beans::PropertyValue >& aArgs )
@@ -129,11 +129,11 @@ public:
const ::com::sun::star::util::URL& aURL )
throw(::com::sun::star::uno::RuntimeException);
- // XSelectionChangeListener
+ /// XSelectionChangeListener
virtual void SAL_CALL selectionChanged( const ::com::sun::star::lang::EventObject& aEvent )
throw (::com::sun::star::uno::RuntimeException);
- // XEventListener
+ /// XEventListener
virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source )
throw (::com::sun::star::uno::RuntimeException);
};