diff options
Diffstat (limited to 'embeddedobj/source/msole')
-rw-r--r-- | embeddedobj/source/msole/olecomponent.hxx | 4 | ||||
-rw-r--r-- | embeddedobj/source/msole/ownview.hxx | 4 | ||||
-rw-r--r-- | embeddedobj/source/msole/platform.h | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/embeddedobj/source/msole/olecomponent.hxx b/embeddedobj/source/msole/olecomponent.hxx index 12389885eb14..a152f63d9cb0 100644 --- a/embeddedobj/source/msole/olecomponent.hxx +++ b/embeddedobj/source/msole/olecomponent.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _INC_OLECOMPONENT_HXX_ -#define _INC_OLECOMPONENT_HXX_ +#ifndef INCLUDED_EMBEDDEDOBJ_SOURCE_MSOLE_OLECOMPONENT_HXX +#define INCLUDED_EMBEDDEDOBJ_SOURCE_MSOLE_OLECOMPONENT_HXX #include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/uno/Reference.hxx> diff --git a/embeddedobj/source/msole/ownview.hxx b/embeddedobj/source/msole/ownview.hxx index 2aab2aabbe60..19db69b02dc8 100644 --- a/embeddedobj/source/msole/ownview.hxx +++ b/embeddedobj/source/msole/ownview.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef __OWNVIEW_HXX_ -#define __OWNVIEW_HXX_ +#ifndef INCLUDED_EMBEDDEDOBJ_SOURCE_MSOLE_OWNVIEW_HXX +#define INCLUDED_EMBEDDEDOBJ_SOURCE_MSOLE_OWNVIEW_HXX #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/util/XCloseListener.hpp> diff --git a/embeddedobj/source/msole/platform.h b/embeddedobj/source/msole/platform.h index 56c21a21d8cc..c69263894e35 100644 --- a/embeddedobj/source/msole/platform.h +++ b/embeddedobj/source/msole/platform.h @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _PLATFORM_H_ -#define _PLATFORM_H_ +#ifndef INCLUDED_EMBEDDEDOBJ_SOURCE_MSOLE_PLATFORM_H +#define INCLUDED_EMBEDDEDOBJ_SOURCE_MSOLE_PLATFORM_H #define STRICT #define _ATL_APARTMENT_THREADED |