summaryrefslogtreecommitdiff
path: root/extensions/test/ole/AxTestComponents/Foo.h
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/test/ole/AxTestComponents/Foo.h')
-rw-r--r--extensions/test/ole/AxTestComponents/Foo.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/test/ole/AxTestComponents/Foo.h b/extensions/test/ole/AxTestComponents/Foo.h
index 375d09878fa9..a4024ea01a7a 100644
--- a/extensions/test/ole/AxTestComponents/Foo.h
+++ b/extensions/test/ole/AxTestComponents/Foo.h
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -35,12 +35,12 @@
/////////////////////////////////////////////////////////////////////////////
// CBasic
-class ATL_NO_VTABLE CFoo :
+class ATL_NO_VTABLE CFoo :
public CComObjectRootEx<CComSingleThreadModel>,
public CComCoClass<CFoo, &CLSID_Foo>,
public IFoo
-// public IDispatchImpl<IFoo, &__uuidof(IFoo), &LIBID_AXTESTCOMPONENTSLib, /* wMajor = */ 1, /* wMinor = */ 0>
+// public IDispatchImpl<IFoo, &__uuidof(IFoo), &LIBID_AXTESTCOMPONENTSLib, /* wMajor = */ 1, /* wMinor = */ 0>
{
public:
CFoo();