diff options
Diffstat (limited to 'shell/source/win32/shlxthandler/ooofilt/ooofilt.hxx')
-rw-r--r--[-rwxr-xr-x] | shell/source/win32/shlxthandler/ooofilt/ooofilt.hxx | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/shell/source/win32/shlxthandler/ooofilt/ooofilt.hxx b/shell/source/win32/shlxthandler/ooofilt/ooofilt.hxx index b68863523b28..030a3e5d99ca 100755..100644 --- a/shell/source/win32/shlxthandler/ooofilt/ooofilt.hxx +++ b/shell/source/win32/shlxthandler/ooofilt/ooofilt.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. @@ -28,39 +29,29 @@ #include "internal/types.hxx" //+------------------------------------------------------------------------- -// // Contents: OpenOffice.org filter declarations -// // Platform: Windows 2000, Windows XP -// //-------------------------------------------------------------------------- #pragma once //+------------------------------------------------------------------------- -// // forward declaration -// //-------------------------------------------------------------------------- class CContentReader; class CMetaInfoReader; class CFullPropSpec; //+------------------------------------------------------------------------- -// // Global definitions -// //-------------------------------------------------------------------------- long g_lInstances = 0; // Global count of COooFilter and COooFilterCF instances GUID const guidStorage = PSGUID_STORAGE; // GUID for storage property set //C------------------------------------------------------------------------- -// // Class: COooFilter -// // Purpose: Implements interfaces of OpenOffice.org filter -// //-------------------------------------------------------------------------- // OooFilter Class ID @@ -179,11 +170,8 @@ private: }; //C------------------------------------------------------------------------- -// // Class: COooFilterCF -// // Purpose: Implements class factory for OpenOffice.org filter -// //-------------------------------------------------------------------------- class COooFilterCF : public IClassFactory @@ -216,3 +204,5 @@ private: long m_lRefs; // Reference count }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |