clean up some include guards

Conflicts:
	sw/source/ui/inc/content.hxx

Change-Id: I58d81881271fc6e3320bf3b5f1321594b28614a6
Reviewed-on: https://gerrit.libreoffice.org/6388
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
Thomas Arnhold
2013-10-22 17:03:24 +02:00
committed by Caolán McNamara
parent b009e8fd4f
commit f852bda5ec
37 changed files with 91 additions and 93 deletions

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef ACCESSIBILITY_EXT_ACCESSIBLEICONCHOICECTRLENTRY_HXX_ #ifndef INCLUDED_ACCESSIBILITY_INC_ACCESSIBILITY_EXTENDED_ACCESSIBLEICONCHOICECTRLENTRY_HXX
#define ACCESSIBILITY_EXT_ACCESSIBLEICONCHOICECTRLENTRY_HXX_ #define INCLUDED_ACCESSIBILITY_INC_ACCESSIBILITY_EXTENDED_ACCESSIBLEICONCHOICECTRLENTRY_HXX
#include <deque> #include <deque>
#include <com/sun/star/accessibility/XAccessible.hpp> #include <com/sun/star/accessibility/XAccessible.hpp>
@@ -183,6 +183,6 @@ namespace accessibility
}// namespace accessibility }// namespace accessibility
//........................................................................ //........................................................................
#endif // ACCESSIBILITY_EXT_ACCESSIBLELISTBOXENTRY_HXX_ #endif // INCLUDED_ACCESSIBILITY_INC_ACCESSIBILITY_EXTENDED_ACCESSIBLEICONCHOICECTRLENTRY_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef ACCESSIBILITY_EXT_ACCESSIBLETABLISTBOXTABLE_HXX #ifndef INCLUDED_ACCESSIBILITY_INC_ACCESSIBILITY_EXTENDED_ACCESSIBLETABLISTBOXTABLE_HXX
#define ACCESSIBILITY_EXT_ACCESSIBLETABLISTBOXTABLE_HXX #define INCLUDED_ACCESSIBILITY_INC_ACCESSIBILITY_EXTENDED_ACCESSIBLETABLISTBOXTABLE_HXX
#include "AccessibleBrowseBoxTable.hxx" #include "AccessibleBrowseBoxTable.hxx"
#include <comphelper/uno3.hxx> #include <comphelper/uno3.hxx>
@@ -110,6 +110,6 @@ public:
// ============================================================================ // ============================================================================
#endif // ACCESSIBILITY_EXT_ACCESSIBLETABLISTBOX_HXX #endif // INCLUDED_ACCESSIBILITY_INC_ACCESSIBILITY_EXTENDED_ACCESSIBLETABLISTBOXTABLE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef _CONNECTIVITY_FILE_FDATEFUNCTIONS_HXX_ #ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_FDATEFUNCTIONS_HXX
#define _CONNECTIVITY_FILE_FDATEFUNCTIONS_HXX_ #define INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_FDATEFUNCTIONS_HXX
#include "file/fcode.hxx" #include "file/fcode.hxx"
#include "file/filedllapi.hxx" #include "file/filedllapi.hxx"
@@ -229,6 +229,6 @@ namespace connectivity
} }
} }
#endif // _CONNECTIVITY_FILE_FCODE_HXX_ #endif // INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_FDATEFUNCTIONS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef _CONNECTIVITY_FILE_FSTRINGFUNCTIONS_HXX_ #ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_FSTRINGFUNCTIONS_HXX
#define _CONNECTIVITY_FILE_FSTRINGFUNCTIONS_HXX_ #define INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_FSTRINGFUNCTIONS_HXX
#include "file/fcode.hxx" #include "file/fcode.hxx"
#include "file/filedllapi.hxx" #include "file/filedllapi.hxx"
@@ -270,6 +270,6 @@ namespace connectivity
} }
} }
#endif // _CONNECTIVITY_FILE_FCODE_HXX_ #endif // INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_FSTRINGFUNCTIONS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef __XFACTORY_HXX_ #ifndef INCLUDED_EMBEDDEDOBJ_SOURCE_COMMONEMBEDDING_XFACTORY_HXX
#define __XFACTORY_HXX_ #define INCLUDED_EMBEDDEDOBJ_SOURCE_COMMONEMBEDDING_XFACTORY_HXX
#include <com/sun/star/embed/XEmbeddedObjectCreator.hpp> #include <com/sun/star/embed/XEmbeddedObjectCreator.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XServiceInfo.hpp>

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef _DOCHOLDER_HXX_ #ifndef INCLUDED_EMBEDDEDOBJ_SOURCE_INC_DOCHOLDER_HXX
#define _DOCHOLDER_HXX_ #define INCLUDED_EMBEDDEDOBJ_SOURCE_INC_DOCHOLDER_HXX
#include <com/sun/star/util/XCloseListener.hpp> #include <com/sun/star/util/XCloseListener.hpp>
#include <com/sun/star/frame/XTerminateListener.hpp> #include <com/sun/star/frame/XTerminateListener.hpp>

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef _INTERCEPT_HXX_ #ifndef INCLUDED_EMBEDDEDOBJ_SOURCE_INC_INTERCEPT_HXX
#define _INTERCEPT_HXX_ #define INCLUDED_EMBEDDEDOBJ_SOURCE_INC_INTERCEPT_HXX
#include <osl/mutex.hxx> #include <osl/mutex.hxx>
#include <cppuhelper/implbase3.hxx> #include <cppuhelper/implbase3.hxx>

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef __XFACTORY_HXX_ #ifndef INCLUDED_EMBEDDEDOBJ_TEST_MAINTHREADEXECUTOR_XEXECUTOR_HXX
#define __XFACTORY_HXX_ #define INCLUDED_EMBEDDEDOBJ_TEST_MAINTHREADEXECUTOR_XEXECUTOR_HXX
#include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/task/XJob.hpp> #include <com/sun/star/task/XJob.hpp>

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef _DOCHOLDER_HXX_ #ifndef INCLUDED_EMBEDSERV_SOURCE_INC_DOCHOLDER_HXX
#define _DOCHOLDER_HXX_ #define INCLUDED_EMBEDSERV_SOURCE_INC_DOCHOLDER_HXX
#include "common.h" #include "common.h"
#include <com/sun/star/frame/XLayoutManager.hpp> #include <com/sun/star/frame/XLayoutManager.hpp>

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef _INTERCEPT_HXX_ #ifndef INCLUDED_EMBEDSERV_SOURCE_INC_INTERCEPT_HXX
#define _INTERCEPT_HXX_ #define INCLUDED_EMBEDSERV_SOURCE_INC_INTERCEPT_HXX
#include <osl/mutex.hxx> #include <osl/mutex.hxx>
#include <cppuhelper/implbase3.hxx> #include <cppuhelper/implbase3.hxx>

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef __FRAMEWORK_HELPER_UICONFIGELEMENTWRAPPERBASE_HXX_ #ifndef INCLUDED_FRAMEWORK_INC_HELPER_UICONFIGELEMENTWRAPPERBASE_HXX
#define __FRAMEWORK_HELPER_UICONFIGELEMENTWRAPPERBASE_HXX_ #define INCLUDED_FRAMEWORK_INC_HELPER_UICONFIGELEMENTWRAPPERBASE_HXX
#include <threadhelp/threadhelpbase.hxx> #include <threadhelp/threadhelpbase.hxx>
#include <macros/generic.hxx> #include <macros/generic.hxx>
@@ -142,6 +142,6 @@ class UIConfigElementWrapperBase : protected ThreadHelpBase
} // namespace framework } // namespace framework
#endif // __FRAMEWORK_HELPER_UIELEMENTWRAPPERBASE_HXX_ #endif // INCLUDED_FRAMEWORK_INC_HELPER_UICONFIGELEMENTWRAPPERBASE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef __FRAMEWORK_SERVICES_LICENSE_HXX_ #ifndef INCLUDED_FRAMEWORK_INC_SERVICES_LICENSE_HXX
#define __FRAMEWORK_SERVICES_LICENSE_HXX_ #define INCLUDED_FRAMEWORK_INC_SERVICES_LICENSE_HXX
/** Attention: stl headers must(!) be included at first. Otherwise it can make trouble /** Attention: stl headers must(!) be included at first. Otherwise it can make trouble
with solaris headers ... with solaris headers ...
@@ -78,6 +78,6 @@ namespace framework
} // namespace framework } // namespace framework
#endif // __FRAMEWORK_SERVICES_LAYOUTMANAGER_HXX_ #endif // INCLUDED_FRAMEWORK_INC_SERVICES_LICENSE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef __FRAMEWORK_UICONFIGURATION_MODULEIMAGEMANAGER_HXX_ #ifndef INCLUDED_FRAMEWORK_INC_UICONFIGURATION_MODULEIMAGEMANAGER_HXX
#define __FRAMEWORK_UICONFIGURATION_MODULEIMAGEMANAGER_HXX_ #define INCLUDED_FRAMEWORK_INC_UICONFIGURATION_MODULEIMAGEMANAGER_HXX
/** Attention: stl headers must(!) be included at first. Otherwise it can make trouble /** Attention: stl headers must(!) be included at first. Otherwise it can make trouble
@@ -101,6 +101,6 @@ namespace framework
}; };
} }
#endif // __FRAMEWORK_UICONFIGURATION_MODULEUICONFIGMANAGER_HXX_ #endif // INCLUDED_FRAMEWORK_INC_UICONFIGURATION_MODULEIMAGEMANAGER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef NODE_HXX #ifndef INCLUDED_EDITENG_NODE_HXX
#define NODE_HXX #define INCLUDED_EDITENG_NODE_HXX
#include <sal/types.h> #include <sal/types.h>
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
@@ -97,6 +97,6 @@ public:
static Node* our_pNodeNullPointer; static Node* our_pNodeNullPointer;
}; };
#endif // NODE_HXX #endif // INCLUDED_EDITENG_NODE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of * except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef SFX_SIDEBAR_TOOLBOX_HXX #ifndef INCLUDED_SFX2_SIDEBAR_SIDEBARTOOLBOX_HXX
#define SFX_SIDEBAR_TOOLBOX_HXX #define INCLUDED_SFX2_SIDEBAR_SIDEBARTOOLBOX_HXX
#include "sfx2/dllapi.h" #include "sfx2/dllapi.h"
#include "vcl/toolbox.hxx" #include "vcl/toolbox.hxx"

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef _LINGU2_SPELLIMP_HXX_ #ifndef INCLUDED_LINGUCOMPONENT_SOURCE_SPELLCHECK_SPELL_SSPELLIMP_HXX
#define _LINGU2_SPELLIMP_HXX_ #define INCLUDED_LINGUCOMPONENT_SOURCE_SPELLCHECK_SPELL_SSPELLIMP_HXX
#include <uno/lbnames.h> #include <uno/lbnames.h>
#include <cppuhelper/implbase1.hxx> #include <cppuhelper/implbase1.hxx>

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef _LINGU2_SPELLIMP_HXX_ #ifndef INCLUDED_LINGUISTIC_WORKBEN_SSPELLIMP_HXX
#define _LINGU2_SPELLIMP_HXX_ #define INCLUDED_LINGUISTIC_WORKBEN_SSPELLIMP_HXX
#include <uno/lbnames.h> #include <uno/lbnames.h>
#include <cppuhelper/implbase1.hxx> #include <cppuhelper/implbase1.hxx>

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef __XFACTORY_HXX_ #ifndef INCLUDED_PACKAGE_SOURCE_XSTOR_XFACTORY_HXX
#define __XFACTORY_HXX_ #define INCLUDED_PACKAGE_SOURCE_XSTOR_XFACTORY_HXX
#include <com/sun/star/lang/XSingleServiceFactory.hpp> #include <com/sun/star/lang/XSingleServiceFactory.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XServiceInfo.hpp>

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef __XSTORAGE_HXX_ #ifndef INCLUDED_PACKAGE_SOURCE_XSTOR_XSTORAGE_HXX
#define __XSTORAGE_HXX_ #define INCLUDED_PACKAGE_SOURCE_XSTOR_XSTORAGE_HXX
#include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/embed/XStorage2.hpp> #include <com/sun/star/embed/XStorage2.hpp>

View File

@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of * except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef _OPTLOAD_HXX #ifndef INCLUDED_SC_SOURCE_UI_INC_OPTLOAD_HXX
#define _OPTLOAD_HXX #define INCLUDED_SC_SOURCE_UI_INC_OPTLOAD_HXX
#include <sfx2/tabdlg.hxx> #include <sfx2/tabdlg.hxx>

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef _DRAWDOC_HXX #ifndef INCLUDED_SD_INC_DRAWDOC_HXX
#define _DRAWDOC_HXX #define INCLUDED_SD_INC_DRAWDOC_HXX
#include <com/sun/star/lang/Locale.hpp> #include <com/sun/star/lang/Locale.hpp>
#include <com/sun/star/text/WritingMode.hpp> #include <com/sun/star/text/WritingMode.hpp>
@@ -678,6 +678,6 @@ private:
} }
#endif // _DRAWDOC_HXX #endif // INCLUDED_SD_INC_DRAWDOC_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef _SD_SCOPELOCK_HXX #ifndef INCLUDED_SD_INC_MISC_SCOPELOCK_HXX
#define _SD_SCOPELOCK_HXX #define INCLUDED_SD_INC_MISC_SCOPELOCK_HXX
#include <sal/types.h> #include <sal/types.h>
@@ -49,6 +49,6 @@ private:
} // namespace sd } // namespace sd
#endif // _SD_UNDOMANAGER_HXX #endif // INCLUDED_SD_INC_MISC_SCOPELOCK_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef _SD_UNDOFACTORY_HXX #ifndef INCLUDED_SD_INC_UNDO_UNDOFACTORY_HXX
#define _SD_UNDOFACTORY_HXX #define INCLUDED_SD_INC_UNDO_UNDOFACTORY_HXX
#include <svx/svdundo.hxx> #include <svx/svdundo.hxx>
@@ -39,6 +39,6 @@ public:
} }
#endif // _SD_UNDOMANAGER_HXX #endif // INCLUDED_SD_INC_UNDO_UNDOFACTORY_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef __XFACTORY_HXX_ #ifndef INCLUDED_SFX2_SOURCE_APPL_XPACKCREATOR_HXX
#define __XFACTORY_HXX_ #define INCLUDED_SFX2_SOURCE_APPL_XPACKCREATOR_HXX
#include <com/sun/star/embed/XPackageStructureCreator.hpp> #include <com/sun/star/embed/XPackageStructureCreator.hpp>
#include <com/sun/star/lang/XSingleServiceFactory.hpp> #include <com/sun/star/lang/XSingleServiceFactory.hpp>

View File

@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of * except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef SFX_SIDEBAR_TOOLBOX_HXX #ifndef INCLUDED_SFX2_SOURCE_SIDEBAR_TOOLBOX_HXX
#define SFX_SIDEBAR_TOOLBOX_HXX #define INCLUDED_SFX2_SOURCE_SIDEBAR_TOOLBOX_HXX
#include "vcl/toolbox.hxx" #include "vcl/toolbox.hxx"

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef NODE_HXX #ifndef INCLUDED_STARMATH_INC_NODE_HXX
#define NODE_HXX #define INCLUDED_STARMATH_INC_NODE_HXX
#include <vector> #include <vector>
#include <ostream> #include <ostream>

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef _SMMOD_HXX #ifndef INCLUDED_STARMATH_INC_SMMOD_HXX
#define _SMMOD_HXX #define INCLUDED_STARMATH_INC_SMMOD_HXX
#include <tools/resary.hxx> #include <tools/resary.hxx>
#include <svl/lstner.hxx> #include <svl/lstner.hxx>
@@ -138,6 +138,6 @@ public:
#define SM_MOD() ( *(SmModule**) GetAppData(SHL_SM) ) #define SM_MOD() ( *(SmModule**) GetAppData(SHL_SM) )
#endif // _SDMOD_HXX #endif // INCLUDED_STARMATH_INC_SMMOD_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef __XSTORAGE_HXX_ #ifndef INCLUDED_SVL_SOURCE_FSSTOR_FSSTORAGE_HXX
#define __XSTORAGE_HXX_ #define INCLUDED_SVL_SOURCE_FSSTOR_FSSTORAGE_HXX
#include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/embed/XStorage.hpp> #include <com/sun/star/embed/XStorage.hpp>

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef IDOCUMENTFIELDSACCESS_HXX_INCLUDED #ifndef INCLUDED_SW_INC_IDOCUMENTFIELDSACCESS_HXX
#define IDOCUMENTFIELDSACCESS_HXX_INCLUDED #define INCLUDED_SW_INC_IDOCUMENTFIELDSACCESS_HXX
#include <sal/types.h> #include <sal/types.h>
#include <tools/solar.h> #include <tools/solar.h>
@@ -133,6 +133,6 @@ protected:
virtual ~IDocumentFieldsAccess() {}; virtual ~IDocumentFieldsAccess() {};
}; };
#endif // IDOCUMENTLINKSADMINISTRATION_HXX_INCLUDED #endif // INCLUDED_SW_INC_IDOCUMENTFIELDSACCESS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of * except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef _DRAWDOC_HXX #ifndef INCLUDED_SW_INC_DRAWDOC_HXX
#define _DRAWDOC_HXX #define INCLUDED_SW_INC_DRAWDOC_HXX
#include <svx/fmmodel.hxx> #include <svx/fmmodel.hxx>

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef _SW_CONCUSTOMSHAPE_HXX #ifndef INCLUDED_SW_SOURCE_UI_INC_CONCUSTOMSHAPE_HXX
#define _SW_CONCUSTOMSHAPE_HXX #define INCLUDED_SW_SOURCE_UI_INC_CONCUSTOMSHAPE_HXX
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
#include "drawbase.hxx" #include "drawbase.hxx"
@@ -58,8 +58,6 @@ class ConstCustomShape : public SwDrawBase
virtual bool doConstructOrthogonal() const; virtual bool doConstructOrthogonal() const;
}; };
#endif // INCLUDED_SW_SOURCE_UI_INC_CONCUSTOMSHAPE_HXX
#endif // _SW_CONRECT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of * except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef _CONTENT_HXX #ifndef INCLUDED_SW_SOURCE_UI_INC_CONTENT_HXX
#define _CONTENT_HXX #define INCLUDED_SW_SOURCE_UI_INC_CONTENT_HXX
#include <limits.h> #include <limits.h>
#include "swcont.hxx" #include "swcont.hxx"

View File

@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of * except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef _OPTLOAD_HXX #ifndef INCLUDED_SW_SOURCE_UI_INC_OPTLOAD_HXX
#define _OPTLOAD_HXX #define INCLUDED_SW_SOURCE_UI_INC_OPTLOAD_HXX
#include <sfx2/tabdlg.hxx> #include <sfx2/tabdlg.hxx>

View File

@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of * except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef SW_VBA_PANES_HXX #ifndef INCLUDED_SW_SOURCE_UI_VBA_VBAREVISIONS_HXX
#define SW_VBA_PANES_HXX #define INCLUDED_SW_SOURCE_UI_VBA_VBAREVISIONS_HXX
#include <vbahelper/vbacollectionimpl.hxx> #include <vbahelper/vbacollectionimpl.hxx>
#include <ooo/vba/word/XRevisions.hpp> #include <ooo/vba/word/XRevisions.hpp>
@@ -52,6 +52,6 @@ public:
virtual css::uno::Sequence<OUString> getServiceNames(); virtual css::uno::Sequence<OUString> getServiceNames();
}; };
#endif /* SW_VBA_PANES_HXX */ #endif // INCLUDED_SW_SOURCE_UI_VBA_VBAREVISIONS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -7,8 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. * file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/ */
#ifndef _RTFLOOKAHEAD_HXX_ #ifndef INCLUDED_WRITERFILTER_SOURCE_RTFTOK_RTFLOOKAHEAD_HXX
#define _RTFLOOKAHEAD_HXX_ #define INCLUDED_WRITERFILTER_SOURCE_RTFTOK_RTFLOOKAHEAD_HXX
#include <rtflistener.hxx> #include <rtflistener.hxx>
#include <rtftokenizer.hxx> #include <rtftokenizer.hxx>
@@ -51,6 +51,6 @@ namespace writerfilter {
} // namespace rtftok } // namespace rtftok
} // namespace writerfilter } // namespace writerfilter
#endif // _RTFDOCUMENTIMPL_HXX_ #endif // INCLUDED_WRITERFILTER_SOURCE_RTFTOK_RTFLOOKAHEAD_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef _CONTENT_HXX #ifndef INCLUDED_XMLHELP_SOURCE_CXXHELP_PROVIDER_CONTENT_HXX
#define _CONTENT_HXX #define INCLUDED_XMLHELP_SOURCE_CXXHELP_PROVIDER_CONTENT_HXX
#include <ucbhelper/contenthelper.hxx> #include <ucbhelper/contenthelper.hxx>
#include <com/sun/star/io/XInputStream.hpp> #include <com/sun/star/io/XInputStream.hpp>

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef _XMLOFF_LAYERIMP_HXX #ifndef INCLUDED_XMLOFF_SOURCE_DRAW_LAYERIMP_HXX
#define _XMLOFF_LAYERIMP_HXX #define INCLUDED_XMLOFF_SOURCE_DRAW_LAYERIMP_HXX
#include <xmloff/xmlictxt.hxx> #include <xmloff/xmlictxt.hxx>
#include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/container/XNameAccess.hpp>
@@ -43,6 +43,6 @@ public:
const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList>& xAttrList ); const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList>& xAttrList );
}; };
#endif // _XMLOFF_ANIMIMP_HXX #endif // INCLUDED_XMLOFF_SOURCE_DRAW_LAYERIMP_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */