summaryrefslogtreecommitdiffstats
path: root/sal/workben/clipboardwben/testcopy/XTDataObject.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/workben/clipboardwben/testcopy/XTDataObject.hxx')
-rw-r--r--sal/workben/clipboardwben/testcopy/XTDataObject.hxx12
1 files changed, 3 insertions, 9 deletions
diff --git a/sal/workben/clipboardwben/testcopy/XTDataObject.hxx b/sal/workben/clipboardwben/testcopy/XTDataObject.hxx
index d2639b591590..213247c1e6b2 100644
--- a/sal/workben/clipboardwben/testcopy/XTDataObject.hxx
+++ b/sal/workben/clipboardwben/testcopy/XTDataObject.hxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -44,11 +45,6 @@
#include <ole2.h>
#include <objidl.h>
-
-//------------------------------------------------------------------------
-//
-//------------------------------------------------------------------------
-
class EnumFormatEtc;
class CXTDataObject : public IDataObject
@@ -98,10 +94,6 @@ private:
friend class CEnumFormatEtc;
};
-//------------------------------------------------------------------------
-//
-//------------------------------------------------------------------------
-
class CEnumFormatEtc : public IEnumFORMATETC
{
public:
@@ -130,3 +122,5 @@ private:
typedef CEnumFormatEtc *PCEnumFormatEtc;
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */