Kaydet (Commit) 48dd3571 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

fixincludeguards.sh: shell

Change-Id: I987c54b15c271fc80b7efd25933e13950f974423
üst 15b5412f
...@@ -17,8 +17,8 @@ ...@@ -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 BASEREADER_HXX_INCLUDED #ifndef INCLUDED_SHELL_INC_INTERNAL_BASEREADER_HXX
#define BASEREADER_HXX_INCLUDED #define INCLUDED_SHELL_INC_INTERNAL_BASEREADER_HXX
#include "internal/global.hxx" #include "internal/global.hxx"
#include "internal/types.hxx" #include "internal/types.hxx"
......
...@@ -17,8 +17,8 @@ ...@@ -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 COLUMNINFO_HXX_INCLUDED #ifndef INCLUDED_SHELL_INC_INTERNAL_COLUMNINFO_HXX
#define COLUMNINFO_HXX_INCLUDED #define INCLUDED_SHELL_INC_INTERNAL_COLUMNINFO_HXX
#if defined _MSC_VER #if defined _MSC_VER
#pragma warning(push, 1) #pragma warning(push, 1)
......
...@@ -17,8 +17,8 @@ ...@@ -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 CONFIG_HXX_INCLUDED #ifndef INCLUDED_SHELL_INC_INTERNAL_CONFIG_HXX
#define CONFIG_HXX_INCLUDED #define INCLUDED_SHELL_INC_INTERNAL_CONFIG_HXX
#ifdef _MSC_VER #ifdef _MSC_VER
#pragma warning (disable : 4786 4503 4917) #pragma warning (disable : 4786 4503 4917)
......
...@@ -17,8 +17,8 @@ ...@@ -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 CONTENTREADER_HXX_INCLUDED #ifndef INCLUDED_SHELL_INC_INTERNAL_CONTENTREADER_HXX
#define CONTENTREADER_HXX_INCLUDED #define INCLUDED_SHELL_INC_INTERNAL_CONTENTREADER_HXX
#include "internal/basereader.hxx" #include "internal/basereader.hxx"
......
...@@ -17,8 +17,8 @@ ...@@ -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 FILEEXTENSIONS_HXX_INCLUDED #ifndef INCLUDED_SHELL_INC_INTERNAL_FILEEXTENSIONS_HXX
#define FILEEXTENSIONS_HXX_INCLUDED #define INCLUDED_SHELL_INC_INTERNAL_FILEEXTENSIONS_HXX
#include "internal/global.hxx" #include "internal/global.hxx"
......
...@@ -17,8 +17,8 @@ ...@@ -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 GLOBAL_HXX_INCLUDED #ifndef INCLUDED_SHELL_INC_INTERNAL_GLOBAL_HXX
#define GLOBAL_HXX_INCLUDED #define INCLUDED_SHELL_INC_INTERNAL_GLOBAL_HXX
#if defined _MSC_VER #if defined _MSC_VER
#pragma warning(push, 1) #pragma warning(push, 1)
......
...@@ -17,8 +17,8 @@ ...@@ -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 I_XML_PARSER_EVENT_HANDLER_HXX_INCLUDED #ifndef INCLUDED_SHELL_INC_INTERNAL_I_XML_PARSER_EVENT_HANDLER_HXX
#define I_XML_PARSER_EVENT_HANDLER_HXX_INCLUDED #define INCLUDED_SHELL_INC_INTERNAL_I_XML_PARSER_EVENT_HANDLER_HXX
#include <string> #include <string>
#include <map> #include <map>
......
...@@ -17,8 +17,8 @@ ...@@ -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 INFOTIPS_HXX_INCLUDED #ifndef INCLUDED_SHELL_INC_INTERNAL_INFOTIPS_HXX
#define INFOTIPS_HXX_INCLUDED #define INCLUDED_SHELL_INC_INTERNAL_INFOTIPS_HXX
#if defined _MSC_VER #if defined _MSC_VER
#pragma warning(push, 1) #pragma warning(push, 1)
......
...@@ -17,8 +17,8 @@ ...@@ -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 ISO8601_CONVERTER_HXX_INCLUDED #ifndef INCLUDED_SHELL_INC_INTERNAL_ISO8601_CONVERTER_HXX
#define ISO8601_CONVERTER_HXX_INCLUDED #define INCLUDED_SHELL_INC_INTERNAL_ISO8601_CONVERTER_HXX
#include <string> #include <string>
......
...@@ -17,8 +17,8 @@ ...@@ -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 METAINFOREADER_HXX_INCLUDED #ifndef INCLUDED_SHELL_INC_INTERNAL_METAINFOREADER_HXX
#define METAINFOREADER_HXX_INCLUDED #define INCLUDED_SHELL_INC_INTERNAL_METAINFOREADER_HXX
#include "internal/basereader.hxx" #include "internal/basereader.hxx"
#include "internal/types.hxx" #include "internal/types.hxx"
......
...@@ -17,8 +17,8 @@ ...@@ -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 PROPERTYHDL_HXX_INCLUDED #ifndef INCLUDED_SHELL_INC_INTERNAL_PROPERTYHDL_HXX
#define PROPERTYHDL_HXX_INCLUDED #define INCLUDED_SHELL_INC_INTERNAL_PROPERTYHDL_HXX
#if defined _MSC_VER #if defined _MSC_VER
#pragma warning(push, 1) #pragma warning(push, 1)
......
...@@ -17,8 +17,8 @@ ...@@ -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 PROPSHEETS_HXX_INCLUDED #ifndef INCLUDED_SHELL_INC_INTERNAL_PROPSHEETS_HXX
#define PROPSHEETS_HXX_INCLUDED #define INCLUDED_SHELL_INC_INTERNAL_PROPSHEETS_HXX
#include "internal/metainforeader.hxx" #include "internal/metainforeader.hxx"
......
...@@ -17,8 +17,8 @@ ...@@ -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 REGISTRY_HXX_INCLUDED #ifndef INCLUDED_SHELL_INC_INTERNAL_REGISTRY_HXX
#define REGISTRY_HXX_INCLUDED #define INCLUDED_SHELL_INC_INTERNAL_REGISTRY_HXX
//----------------------------- //-----------------------------
// registry helper functions // registry helper functions
......
...@@ -17,8 +17,8 @@ ...@@ -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 RESOURCE_H_INCLUDED #ifndef INCLUDED_SHELL_INC_INTERNAL_RESOURCE_H
#define RESOURCE_H_INCLUDED #define INCLUDED_SHELL_INC_INTERNAL_RESOURCE_H
#define MANIFEST_RESOURCE_ID 2 #define MANIFEST_RESOURCE_ID 2
#define IDD_PROPPAGE_STATISTICS 101 #define IDD_PROPPAGE_STATISTICS 101
......
...@@ -17,8 +17,8 @@ ...@@ -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 SHLXTHDL_HXX_INCLUDED #ifndef INCLUDED_SHELL_INC_INTERNAL_SHLXTHDL_HXX
#define SHLXTHDL_HXX_INCLUDED #define INCLUDED_SHELL_INC_INTERNAL_SHLXTHDL_HXX
#if defined _MSC_VER #if defined _MSC_VER
#pragma warning(push, 1) #pragma warning(push, 1)
......
...@@ -17,8 +17,8 @@ ...@@ -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 STREAM_HELPER_HXX_INCLUDED #ifndef INCLUDED_SHELL_INC_INTERNAL_STREAM_HELPER_HXX
#define STREAM_HELPER_HXX_INCLUDED #define INCLUDED_SHELL_INC_INTERNAL_STREAM_HELPER_HXX
#include "internal/types.hxx" #include "internal/types.hxx"
......
...@@ -17,8 +17,8 @@ ...@@ -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 THUMBVIEWER_HXX_INCLUDED #ifndef INCLUDED_SHELL_INC_INTERNAL_THUMBVIEWER_HXX
#define THUMBVIEWER_HXX_INCLUDED #define INCLUDED_SHELL_INC_INTERNAL_THUMBVIEWER_HXX
#if defined _MSC_VER #if defined _MSC_VER
#pragma warning(push, 1) #pragma warning(push, 1)
......
...@@ -17,8 +17,8 @@ ...@@ -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 TYPES_HXX_INCLUDED #ifndef INCLUDED_SHELL_INC_INTERNAL_TYPES_HXX
#define TYPES_HXX_INCLUDED #define INCLUDED_SHELL_INC_INTERNAL_TYPES_HXX
#include <string> #include <string>
#include <map> #include <map>
......
...@@ -17,8 +17,8 @@ ...@@ -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 UTILITIES_HXX_INCLUDED #ifndef INCLUDED_SHELL_INC_INTERNAL_UTILITIES_HXX
#define UTILITIES_HXX_INCLUDED #define INCLUDED_SHELL_INC_INTERNAL_UTILITIES_HXX
#include <malloc.h> #include <malloc.h>
#if defined _MSC_VER #if defined _MSC_VER
......
...@@ -17,8 +17,8 @@ ...@@ -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 _XML_PARSER_HXX_ #ifndef INCLUDED_SHELL_INC_INTERNAL_XML_PARSER_HXX
#define _XML_PARSER_HXX_ #define INCLUDED_SHELL_INC_INTERNAL_XML_PARSER_HXX
#include <expat.h> #include <expat.h>
#include <stdexcept> #include <stdexcept>
......
...@@ -17,8 +17,8 @@ ...@@ -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 ZIPFILE_HXX_INCLUDED #ifndef INCLUDED_SHELL_INC_INTERNAL_ZIPFILE_HXX
#define ZIPFILE_HXX_INCLUDED #define INCLUDED_SHELL_INC_INTERNAL_ZIPFILE_HXX
#ifndef _WINDOWS #ifndef _WINDOWS
#define _WINDOWS #define _WINDOWS
......
...@@ -17,8 +17,8 @@ ...@@ -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 _MACBACKEND_HXX_ #ifndef INCLUDED_SHELL_SOURCE_BACKENDS_MACBE_MACBACKEND_HXX
#define _MACBACKEND_HXX_ #define INCLUDED_SHELL_SOURCE_BACKENDS_MACBE_MACBACKEND_HXX
#include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XServiceInfo.hpp>
...@@ -126,6 +126,6 @@ protected: ...@@ -126,6 +126,6 @@ protected:
~MacOSXBackend(void); ~MacOSXBackend(void);
}; };
#endif // _MACBACKEND_HXX_ #endif // INCLUDED_SHELL_SOURCE_BACKENDS_MACBE_MACBACKEND_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -17,8 +17,8 @@ ...@@ -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 _CMDMAILMSG_HXX_ #ifndef INCLUDED_SHELL_SOURCE_CMDMAIL_CMDMAILMSG_HXX
#define _CMDMAILMSG_HXX_ #define INCLUDED_SHELL_SOURCE_CMDMAIL_CMDMAILMSG_HXX
#include <cppuhelper/implbase2.hxx> #include <cppuhelper/implbase2.hxx>
#include <com/sun/star/lang/IllegalArgumentException.hpp> #include <com/sun/star/lang/IllegalArgumentException.hpp>
......
...@@ -17,8 +17,8 @@ ...@@ -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 _CMDMAILSUPPL_HXX_ #ifndef INCLUDED_SHELL_SOURCE_CMDMAIL_CMDMAILSUPPL_HXX
#define _CMDMAILSUPPL_HXX_ #define INCLUDED_SHELL_SOURCE_CMDMAIL_CMDMAILSUPPL_HXX
#include <cppuhelper/implbase3.hxx> #include <cppuhelper/implbase3.hxx>
#include <osl/mutex.hxx> #include <osl/mutex.hxx>
......
...@@ -7,8 +7,8 @@ ...@@ -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 SHELL_SESSIONINSTALL_SYNCDBUSSESSIONHELPER_HXX #ifndef INCLUDED_SHELL_SOURCE_SESSIONINSTALL_SYNCDBUSSESSIONHELPER_HXX
#define SHELL_SESSIONINSTALL_SYNCDBUSSESSIONHELPER_HXX #define INCLUDED_SHELL_SOURCE_SESSIONINSTALL_SYNCDBUSSESSIONHELPER_HXX
#include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/uno/XComponentContext.hpp>
...@@ -56,5 +56,5 @@ namespace shell { namespace sessioninstall ...@@ -56,5 +56,5 @@ namespace shell { namespace sessioninstall
}; };
}} }}
#endif // SHELL_SESSIONINSTALL_SYNCDBUSSESSIONHELPER_HXX #endif // INCLUDED_SHELL_SOURCE_SESSIONINSTALL_SYNCDBUSSESSIONHELPER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -17,8 +17,8 @@ ...@@ -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 _CMDLINE_HXX_ #ifndef INCLUDED_SHELL_SOURCE_TOOLS_LNGCONVEX_CMDLINE_HXX
#define _CMDLINE_HXX_ #define INCLUDED_SHELL_SOURCE_TOOLS_LNGCONVEX_CMDLINE_HXX
#include "defs.hxx" #include "defs.hxx"
......
...@@ -17,8 +17,8 @@ ...@@ -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 _DEFS_HXX_ #ifndef INCLUDED_SHELL_SOURCE_TOOLS_LNGCONVEX_DEFS_HXX
#define _DEFS_HXX_ #define INCLUDED_SHELL_SOURCE_TOOLS_LNGCONVEX_DEFS_HXX
#include <vector> #include <vector>
#include <string> #include <string>
......
...@@ -17,8 +17,8 @@ ...@@ -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 _SHELLEXEC_HXX_ #ifndef INCLUDED_SHELL_SOURCE_UNIX_EXEC_SHELLEXEC_HXX
#define _SHELLEXEC_HXX_ #define INCLUDED_SHELL_SOURCE_UNIX_EXEC_SHELLEXEC_HXX
#include <cppuhelper/implbase2.hxx> #include <cppuhelper/implbase2.hxx>
#include <osl/mutex.hxx> #include <osl/mutex.hxx>
......
...@@ -17,8 +17,8 @@ ...@@ -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 INCLUDED_RECENTLY_USED_FILE_HXX #ifndef INCLUDED_SHELL_SOURCE_UNIX_SYSSHELL_RECENTLY_USED_FILE_HXX
#define INCLUDED_RECENTLY_USED_FILE_HXX #define INCLUDED_SHELL_SOURCE_UNIX_SYSSHELL_RECENTLY_USED_FILE_HXX
#include <stdio.h> #include <stdio.h>
#include <unistd.h> #include <unistd.h>
...@@ -56,6 +56,6 @@ private: ...@@ -56,6 +56,6 @@ private:
FILE* file_; FILE* file_;
}; };
#endif // INCLUDED_RECENTLY_USED_FILE_HXX #endif // INCLUDED_SHELL_SOURCE_UNIX_SYSSHELL_RECENTLY_USED_FILE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -17,8 +17,8 @@ ...@@ -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 _SYSSHEXEC_HXX_ #ifndef INCLUDED_SHELL_SOURCE_WIN32_SYSSHEXEC_HXX
#define _SYSSHEXEC_HXX_ #define INCLUDED_SHELL_SOURCE_WIN32_SYSSHEXEC_HXX
#include <cppuhelper/compbase2.hxx> #include <cppuhelper/compbase2.hxx>
#include <osl/mutex.hxx> #include <osl/mutex.hxx>
......
...@@ -18,8 +18,8 @@ ...@@ -18,8 +18,8 @@
*/ */
#ifndef AUTOSTYLETAG_HXX_INCLUDED #ifndef INCLUDED_SHELL_SOURCE_WIN32_OOOFILEREADER_AUTOSTYLETAG_HXX
#define AUTOSTYLETAG_HXX_INCLUDED #define INCLUDED_SHELL_SOURCE_WIN32_OOOFILEREADER_AUTOSTYLETAG_HXX
#include "itag.hxx" #include "itag.hxx"
......
...@@ -18,8 +18,8 @@ ...@@ -18,8 +18,8 @@
*/ */
#ifndef DUMMYTAG_HXX_INCLUDED #ifndef INCLUDED_SHELL_SOURCE_WIN32_OOOFILEREADER_DUMMYTAG_HXX
#define DUMMYTAG_HXX_INCLUDED #define INCLUDED_SHELL_SOURCE_WIN32_OOOFILEREADER_DUMMYTAG_HXX
#include "itag.hxx" #include "itag.hxx"
......
...@@ -18,8 +18,8 @@ ...@@ -18,8 +18,8 @@
*/ */
#ifndef ITAG_HXX_INCLUDED #ifndef INCLUDED_SHELL_SOURCE_WIN32_OOOFILEREADER_ITAG_HXX
#define ITAG_HXX_INCLUDED #define INCLUDED_SHELL_SOURCE_WIN32_OOOFILEREADER_ITAG_HXX
#include "internal/config.hxx" #include "internal/config.hxx"
#include "internal/types.hxx" #include "internal/types.hxx"
......
...@@ -18,8 +18,8 @@ ...@@ -18,8 +18,8 @@
*/ */
#ifndef KEYWORDSTAG_HXX_INCLUDED #ifndef INCLUDED_SHELL_SOURCE_WIN32_OOOFILEREADER_KEYWORDSTAG_HXX
#define KEYWORDSTAG_HXX_INCLUDED #define INCLUDED_SHELL_SOURCE_WIN32_OOOFILEREADER_KEYWORDSTAG_HXX
#include "itag.hxx" #include "itag.hxx"
......
...@@ -18,8 +18,8 @@ ...@@ -18,8 +18,8 @@
*/ */
#ifndef SIMPLETAG_HXX_INCLUDED #ifndef INCLUDED_SHELL_SOURCE_WIN32_OOOFILEREADER_SIMPLETAG_HXX
#define SIMPLETAG_HXX_INCLUDED #define INCLUDED_SHELL_SOURCE_WIN32_OOOFILEREADER_SIMPLETAG_HXX
#include "itag.hxx" #include "itag.hxx"
......
...@@ -17,8 +17,8 @@ ...@@ -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 CLASSFACTORY_HXX_INCLUDED #ifndef INCLUDED_SHELL_SOURCE_WIN32_SHLXTHANDLER_CLASSFACTORY_HXX
#define CLASSFACTORY_HXX_INCLUDED #define INCLUDED_SHELL_SOURCE_WIN32_SHLXTHANDLER_CLASSFACTORY_HXX
#if defined _MSC_VER #if defined _MSC_VER
#pragma warning(push, 1) #pragma warning(push, 1)
......
...@@ -17,8 +17,8 @@ ...@@ -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 DOCUMENT_STATISTIC_HXX_INCLUDED #ifndef INCLUDED_SHELL_SOURCE_WIN32_SHLXTHANDLER_PROPSHEETS_DOCUMENT_STATISTIC_HXX
#define DOCUMENT_STATISTIC_HXX_INCLUDED #define INCLUDED_SHELL_SOURCE_WIN32_SHLXTHANDLER_PROPSHEETS_DOCUMENT_STATISTIC_HXX
#include <utility> #include <utility>
#include <string> #include <string>
......
...@@ -17,8 +17,8 @@ ...@@ -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 LISTVIEWBUILDER_HXX_INCLUDED #ifndef INCLUDED_SHELL_SOURCE_WIN32_SHLXTHANDLER_PROPSHEETS_LISTVIEWBUILDER_HXX
#define LISTVIEWBUILDER_HXX_INCLUDED #define INCLUDED_SHELL_SOURCE_WIN32_SHLXTHANDLER_PROPSHEETS_LISTVIEWBUILDER_HXX
#if defined _MSC_VER #if defined _MSC_VER
#pragma warning(push, 1) #pragma warning(push, 1)
......
...@@ -17,8 +17,8 @@ ...@@ -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 INCLUDED_SIMPLEMAPI_HXX #ifndef INCLUDED_SHELL_SOURCE_WIN32_SIMPLEMAIL_SIMPLEMAPI_HXX
#define INCLUDED_SIMPLEMAPI_HXX #define INCLUDED_SHELL_SOURCE_WIN32_SIMPLEMAIL_SIMPLEMAPI_HXX
#define WIN32_LEAN_AND_MEAN #define WIN32_LEAN_AND_MEAN
#if defined _MSC_VER #if defined _MSC_VER
......
...@@ -17,8 +17,8 @@ ...@@ -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 _SMPLMAILCLIENT_HXX_ #ifndef INCLUDED_SHELL_SOURCE_WIN32_SIMPLEMAIL_SMPLMAILCLIENT_HXX
#define _SMPLMAILCLIENT_HXX_ #define INCLUDED_SHELL_SOURCE_WIN32_SIMPLEMAIL_SMPLMAILCLIENT_HXX
#include <cppuhelper/compbase1.hxx> #include <cppuhelper/compbase1.hxx>
#include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XServiceInfo.hpp>
......
...@@ -17,8 +17,8 @@ ...@@ -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 _SMPLMAILMSG_HXX_ #ifndef INCLUDED_SHELL_SOURCE_WIN32_SIMPLEMAIL_SMPLMAILMSG_HXX
#define _SMPLMAILMSG_HXX_ #define INCLUDED_SHELL_SOURCE_WIN32_SIMPLEMAIL_SMPLMAILMSG_HXX
#include <cppuhelper/compbase1.hxx> #include <cppuhelper/compbase1.hxx>
#include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XServiceInfo.hpp>
......
...@@ -17,8 +17,8 @@ ...@@ -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 _SMPLMAILSUPPL_HXX_ #ifndef INCLUDED_SHELL_SOURCE_WIN32_SIMPLEMAIL_SMPLMAILSUPPL_HXX
#define _SMPLMAILSUPPL_HXX_ #define INCLUDED_SHELL_SOURCE_WIN32_SIMPLEMAIL_SMPLMAILSUPPL_HXX
#include <cppuhelper/compbase2.hxx> #include <cppuhelper/compbase2.hxx>
#include <osl/mutex.hxx> #include <osl/mutex.hxx>
......
...@@ -19,8 +19,8 @@ ...@@ -19,8 +19,8 @@
// ZipException.h: interface for the ZipException class. // ZipException.h: interface for the ZipException class.
#ifndef ZIPEXCPTN_HXX_INCLUDED #ifndef INCLUDED_SHELL_SOURCE_WIN32_ZIPFILE_ZIPEXCPTN_HXX
#define ZIPEXCPTN_HXX_INCLUDED #define INCLUDED_SHELL_SOURCE_WIN32_ZIPFILE_ZIPEXCPTN_HXX
#include <stdexcept> #include <stdexcept>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment