summaryrefslogtreecommitdiffstats
path: root/framework/source/recording
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-08-08 13:53:08 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-08-08 13:53:54 +0200
commit2beba8f93e7991372dd45351c92c50f7850dc46a (patch)
tree15dfae00223ccc7fdbfe2e06a3d931b97fded890 /framework/source/recording
parentremove include comments and boxes (diff)
downloadcore-2beba8f93e7991372dd45351c92c50f7850dc46a.tar.gz
core-2beba8f93e7991372dd45351c92c50f7850dc46a.zip
reduce ascii noise and useless comments
Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4
Diffstat (limited to 'framework/source/recording')
-rw-r--r--framework/source/recording/dispatchrecordersupplier.cxx19
1 files changed, 0 insertions, 19 deletions
diff --git a/framework/source/recording/dispatchrecordersupplier.cxx b/framework/source/recording/dispatchrecordersupplier.cxx
index c9c21df84418..164b6370b7c1 100644
--- a/framework/source/recording/dispatchrecordersupplier.cxx
+++ b/framework/source/recording/dispatchrecordersupplier.cxx
@@ -17,36 +17,17 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
-//_________________________________________________________________________________________________________________
-// include own things
#include <recording/dispatchrecordersupplier.hxx>
#include <threadhelp/writeguard.hxx>
#include <threadhelp/readguard.hxx>
#include <services.h>
-//_________________________________________________________________________________________________________________
-// include interfaces
#include <com/sun/star/frame/XRecordableDispatch.hpp>
-//_________________________________________________________________________________________________________________
-// include other projects
#include <vcl/svapp.hxx>
-//_________________________________________________________________________________________________________________
-// namespace
-
namespace framework{
-//_________________________________________________________________________________________________________________
-// non exported const
-
-//_________________________________________________________________________________________________________________
-// non exported definitions
-
-//_________________________________________________________________________________________________________________
-// declarations
-
//*****************************************************************************************************************
// XInterface, XTypeProvider
//*****************************************************************************************************************