summaryrefslogtreecommitdiffstats
path: root/dtrans/source/win32/dtobj
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 /dtrans/source/win32/dtobj
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 'dtrans/source/win32/dtobj')
-rw-r--r--dtrans/source/win32/dtobj/APNDataObject.cxx4
-rw-r--r--dtrans/source/win32/dtobj/APNDataObject.hxx4
-rw-r--r--dtrans/source/win32/dtobj/DOTransferable.hxx4
-rw-r--r--dtrans/source/win32/dtobj/DTransHelper.hxx9
-rw-r--r--dtrans/source/win32/dtobj/DataFmtTransl.cxx4
-rw-r--r--dtrans/source/win32/dtobj/MimeAttrib.hxx4
-rw-r--r--dtrans/source/win32/dtobj/TxtCnvtHlp.hxx4
7 files changed, 0 insertions, 33 deletions
diff --git a/dtrans/source/win32/dtobj/APNDataObject.cxx b/dtrans/source/win32/dtobj/APNDataObject.cxx
index 53e67a733e95..eefa2fe17cb8 100644
--- a/dtrans/source/win32/dtobj/APNDataObject.cxx
+++ b/dtrans/source/win32/dtobj/APNDataObject.cxx
@@ -28,10 +28,6 @@
#define __uuidof(I) IID_##I
#endif
-//------------------------------------------------------------------------
-// defines
-//------------------------------------------------------------------------
-
#define FREE_HGLOB_ON_RELEASE TRUE
#define KEEP_HGLOB_ON_RELEASE FALSE
diff --git a/dtrans/source/win32/dtobj/APNDataObject.hxx b/dtrans/source/win32/dtobj/APNDataObject.hxx
index 3905086cd3b6..6ef90e16f068 100644
--- a/dtrans/source/win32/dtobj/APNDataObject.hxx
+++ b/dtrans/source/win32/dtobj/APNDataObject.hxx
@@ -23,10 +23,6 @@
#include <systools/win32/comtools.hxx>
-//------------------------------------------------------------------------
-// deklarations
-//------------------------------------------------------------------------
-
/*
an APartment Neutral dataobject wrapper; this wrapper of a IDataObject
pointer can be used from any apartment without RPC_E_WRONG_THREAD
diff --git a/dtrans/source/win32/dtobj/DOTransferable.hxx b/dtrans/source/win32/dtobj/DOTransferable.hxx
index b19bda4b090c..2b423a5bb2a7 100644
--- a/dtrans/source/win32/dtobj/DOTransferable.hxx
+++ b/dtrans/source/win32/dtobj/DOTransferable.hxx
@@ -31,10 +31,6 @@
#include <systools/win32/comtools.hxx>
-//------------------------------------------------------------------------
-// deklarations
-//------------------------------------------------------------------------
-
// forward
class CDTransObjFactory;
class CFormatEtc;
diff --git a/dtrans/source/win32/dtobj/DTransHelper.hxx b/dtrans/source/win32/dtobj/DTransHelper.hxx
index 209e504d9d4a..8f5a8956ccc5 100644
--- a/dtrans/source/win32/dtobj/DTransHelper.hxx
+++ b/dtrans/source/win32/dtobj/DTransHelper.hxx
@@ -30,20 +30,11 @@
#endif
#include "../misc/WinClip.hxx"
-//------------------------------------------------------------------------
-// defines
-//------------------------------------------------------------------------
-
#define AUTO_INIT TRUE
#define NO_AUTO_INIT FALSE
#define MEM_DESTROY_ON_RELEASE TRUE
#define NO_MEM_DESTROY_ON_RELEASE FALSE
-//------------------------------------------------------------------------
-// deklarations
-//------------------------------------------------------------------------
-
-
//-------------------------------------------------------------------------
// a helper class to manage a global memory area, the clients can write
// into the global memory area and extract the handle to the global mem
diff --git a/dtrans/source/win32/dtobj/DataFmtTransl.cxx b/dtrans/source/win32/dtobj/DataFmtTransl.cxx
index cfbb5e169ded..a990b70f543f 100644
--- a/dtrans/source/win32/dtobj/DataFmtTransl.cxx
+++ b/dtrans/source/win32/dtobj/DataFmtTransl.cxx
@@ -53,10 +53,6 @@ using namespace com::sun::star::lang;
using ::rtl::OUString;
-//------------------------------------------------------------------------
-// const
-//------------------------------------------------------------------------
-
const Type CPPUTYPE_SALINT32 = getCppuType((sal_Int32*)0);
const Type CPPUTYPE_SALINT8 = getCppuType((sal_Int8*)0);
const Type CPPUTYPE_OUSTRING = getCppuType((OUString*)0);
diff --git a/dtrans/source/win32/dtobj/MimeAttrib.hxx b/dtrans/source/win32/dtobj/MimeAttrib.hxx
index 1bd0d31fc78b..1d5422e21d7f 100644
--- a/dtrans/source/win32/dtobj/MimeAttrib.hxx
+++ b/dtrans/source/win32/dtobj/MimeAttrib.hxx
@@ -23,10 +23,6 @@
#include <rtl/ustring.hxx>
-//------------------------------------------------------------------------
-// deklarations
-//------------------------------------------------------------------------
-
const rtl::OUString TEXTPLAIN_PARAM_CHARSET("charset");
const rtl::OUString PRE_WINDOWS_CODEPAGE ("windows");
diff --git a/dtrans/source/win32/dtobj/TxtCnvtHlp.hxx b/dtrans/source/win32/dtobj/TxtCnvtHlp.hxx
index 8b6d7663ad16..6ecd88e99b61 100644
--- a/dtrans/source/win32/dtobj/TxtCnvtHlp.hxx
+++ b/dtrans/source/win32/dtobj/TxtCnvtHlp.hxx
@@ -34,10 +34,6 @@
#pragma warning(pop)
#endif
-//------------------------------------------------------------------------
-// deklarations
-//------------------------------------------------------------------------
-
int MultiByteToWideCharEx( UINT cp_src,
LPCSTR lpMultiByteString,
sal_uInt32 lenStr,