summaryrefslogtreecommitdiff
path: root/framework/source/recording/dispatchrecordersupplier.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/recording/dispatchrecordersupplier.cxx')
-rw-r--r--framework/source/recording/dispatchrecordersupplier.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/framework/source/recording/dispatchrecordersupplier.cxx b/framework/source/recording/dispatchrecordersupplier.cxx
index 4c68e819e45f..9a205b1a7faf 100644
--- a/framework/source/recording/dispatchrecordersupplier.cxx
+++ b/framework/source/recording/dispatchrecordersupplier.cxx
@@ -49,7 +49,7 @@ DEFINE_INIT_SERVICE(
}
)
-//_____________________________________________________________________________
+
/**
@short standard constructor to create instance
@descr Because an instance will be initialized by her interface methods
@@ -64,7 +64,7 @@ DispatchRecorderSupplier::DispatchRecorderSupplier( const css::uno::Reference< c
{
}
-//_____________________________________________________________________________
+
/**
@short standard destructor
@descr We are a helper and not a real service. So we don't provide
@@ -76,7 +76,7 @@ DispatchRecorderSupplier::~DispatchRecorderSupplier()
m_xDispatchRecorder = NULL;
}
-//_____________________________________________________________________________
+
/**
@short set a new dispatch recorder on this supplier
@descr Because there can exist more then one recorder implementations
@@ -101,7 +101,7 @@ void SAL_CALL DispatchRecorderSupplier::setDispatchRecorder( const css::uno::Ref
m_xDispatchRecorder=xRecorder;
// => SAFE
}
-//_____________________________________________________________________________
+
/**
@short provides access to the dispatch recorder of this supplier
@descr Such recorder can be used outside to record dispatches.
@@ -124,7 +124,7 @@ css::uno::Reference< css::frame::XDispatchRecorder > SAL_CALL DispatchRecorderSu
// => SAFE
}
-//_____________________________________________________________________________
+
/**
@short execute a dispatch request and record it
@descr If given dispatch object provides right recording interface it