summaryrefslogtreecommitdiff
path: root/framework/inc/recording/dispatchrecordersupplier.hxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 18:54:02 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 14:41:41 -0600
commitfcbefea01766e0888f7813672d9eddbdec5a9046 (patch)
tree8861652061bb2189350824217c98a259a9a9d2ec /framework/inc/recording/dispatchrecordersupplier.hxx
parenta395c9fa387eabf2d09360f1023f5e3e66af21a8 (diff)
Remove visual noise from framework
Conflicts: framework/inc/dispatch/oxt_handler.hxx framework/inc/services/layoutmanager.hxx framework/inc/tabwin/tabwindow.hxx framework/source/dispatch/menudispatcher.cxx framework/source/helper/dockingareadefaultacceptor.cxx framework/source/helper/ocomponentaccess.cxx framework/source/helper/ocomponentenumeration.cxx framework/source/helper/oframes.cxx framework/source/layoutmanager/toolbarlayoutmanager.hxx framework/source/recording/dispatchrecorder.cxx framework/source/services/desktop.cxx framework/source/services/frame.cxx framework/source/services/urltransformer.cxx Change-Id: Ibb04e3f6f0796e7f2be16dcce38542f8b90708d4 Reviewed-on: https://gerrit.libreoffice.org/8265 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'framework/inc/recording/dispatchrecordersupplier.hxx')
-rw-r--r--framework/inc/recording/dispatchrecordersupplier.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/framework/inc/recording/dispatchrecordersupplier.hxx b/framework/inc/recording/dispatchrecordersupplier.hxx
index 494a2603e181..df0170719926 100644
--- a/framework/inc/recording/dispatchrecordersupplier.hxx
+++ b/framework/inc/recording/dispatchrecordersupplier.hxx
@@ -53,12 +53,12 @@ class DispatchRecorderSupplier : // baseclasses
css::lang::XServiceInfo ,
css::frame::XDispatchRecorderSupplier >
{
- //___________________________________________
+
// member
private:
- //_______________________________________
+
/** provided dispatch recorder of this supplier instance
@life Is controled from outside. Because this variable is setted
@@ -67,17 +67,17 @@ class DispatchRecorderSupplier : // baseclasses
*/
css::uno::Reference< css::frame::XDispatchRecorder > m_xDispatchRecorder;
- //___________________________________________
+
// uno interface
public:
- //_______________________________________
+
// XInterface, XTypeProvider, XServiceInfo
DECLARE_XSERVICEINFO
- //_______________________________________
+
// XDispatchRecorderSupplier
virtual void SAL_CALL setDispatchRecorder( const css::uno::Reference< css::frame::XDispatchRecorder >& xRecorder ) throw (css::uno::RuntimeException, std::exception);
@@ -86,7 +86,7 @@ class DispatchRecorderSupplier : // baseclasses
const css::uno::Sequence< css::beans::PropertyValue >& lArguments ,
const css::uno::Reference< css::frame::XDispatch >& xDispatcher ) throw (css::uno::RuntimeException, std::exception);
- //___________________________________________
+
// native interface
public: