diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-02-09 09:21:53 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-02-09 08:11:34 +0000 |
commit | 538f276ae0414ea34ede6090b5f56e8fecd6fc65 (patch) | |
tree | efbfb952f3236a6f56540ddae6a896c8c73774a0 /svtools/source/misc | |
parent | f12e483589888f87843026ceff5ae3c1e615ca02 (diff) |
Formatting changes across all modules
+ Removed comment cruft
+ Tab formatting in number of files
+ Some commented out code removed
+ Tab characters replaced with spaces
+ Newline cleanup in quite a few files
+ Tweak header guard #endifs
Change-Id: I3208ff2f047da890edcc49b73389aca22442f5fc
Reviewed-on: https://gerrit.libreoffice.org/22221
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'svtools/source/misc')
-rw-r--r-- | svtools/source/misc/transfer.cxx | 7 | ||||
-rw-r--r-- | svtools/source/misc/transfer2.cxx | 5 |
2 files changed, 0 insertions, 12 deletions
diff --git a/svtools/source/misc/transfer.cxx b/svtools/source/misc/transfer.cxx index 2650d9c3f7b2..3177a8c45126 100644 --- a/svtools/source/misc/transfer.cxx +++ b/svtools/source/misc/transfer.cxx @@ -63,7 +63,6 @@ #include <vcl/graphicfilter.hxx> #include <memory> -// - Namespaces - using namespace ::com::sun::star::uno; @@ -75,7 +74,6 @@ using namespace ::com::sun::star::datatransfer::clipboard; using namespace ::com::sun::star::datatransfer::dnd; -// - TransferableObjectDescriptor - #define TOD_SIG1 0x01234567 @@ -232,7 +230,6 @@ static void ImplSetParameterString( TransferableObjectDescriptor& rObjDesc, cons } -// - TransferableHelper::TerminateListener - TransferableHelper::TerminateListener::TerminateListener( TransferableHelper& rTransferableHelper ) : @@ -266,7 +263,6 @@ void SAL_CALL TransferableHelper::TerminateListener::notifyTermination( const Ev } -// - TransferableHelper - TransferableHelper::TransferableHelper() : @@ -1103,7 +1099,6 @@ const Sequence< sal_Int8 >& TransferableHelper::getUnoTunnelId() } -// - TransferableClipboardNotifier - class TransferableClipboardNotifier : public ::cppu::WeakImplHelper< XClipboardListener > @@ -1189,7 +1184,6 @@ void TransferableClipboardNotifier::dispose() } -// - TransferableDataHelper_Impl - struct TransferableDataHelper_Impl @@ -1204,7 +1198,6 @@ struct TransferableDataHelper_Impl }; -// - TransferableDataHelper - TransferableDataHelper::TransferableDataHelper() : diff --git a/svtools/source/misc/transfer2.cxx b/svtools/source/misc/transfer2.cxx index f6fb07e0344e..09d9a891e3d0 100644 --- a/svtools/source/misc/transfer2.cxx +++ b/svtools/source/misc/transfer2.cxx @@ -34,7 +34,6 @@ #include <svtools/transfer.hxx> -// - Namespaces - using namespace ::com::sun::star::uno; @@ -45,7 +44,6 @@ using namespace ::com::sun::star::datatransfer::clipboard; using namespace ::com::sun::star::datatransfer::dnd; -// - DragSourceHelper::DragGestureListener - DragSourceHelper::DragGestureListener::DragGestureListener( DragSourceHelper& rDragSourceHelper ) : @@ -76,7 +74,6 @@ void SAL_CALL DragSourceHelper::DragGestureListener::dragGestureRecognized( cons } -// - DragSourceHelper - DragSourceHelper::DragSourceHelper( vcl::Window* pWindow ) : @@ -104,7 +101,6 @@ void DragSourceHelper::StartDrag( sal_Int8, const Point& ) } -// - DropTargetHelper::DropTargetListener - DropTargetHelper::DropTargetListener::DropTargetListener( DropTargetHelper& rDropTargetHelper ) : @@ -249,7 +245,6 @@ void SAL_CALL DropTargetHelper::DropTargetListener::dropActionChanged( const Dro } -// - DropTargetHelper - DropTargetHelper::DropTargetHelper( vcl::Window* pWindow ) : |