diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-22 05:32:12 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-10-22 05:32:49 +0200 |
commit | d6b80337fb76e31b2e6a11c18c3ae989767c8118 (patch) | |
tree | 9226ffd33b31359d8845976cdb898f9e302de476 /embeddedobj/source/msole | |
parent | 657a3a81828216240b6ff31377d62ca17e656368 (diff) |
fdo#68849 add some header guards
Change-Id: I1cd598fba94e337c2ccad68a4a888743aeb292f0
Diffstat (limited to 'embeddedobj/source/msole')
-rw-r--r-- | embeddedobj/source/msole/advisesink.hxx | 5 | ||||
-rw-r--r-- | embeddedobj/source/msole/mtnotification.hxx | 4 | ||||
-rw-r--r-- | embeddedobj/source/msole/olewrapclient.hxx | 5 | ||||
-rw-r--r-- | embeddedobj/source/msole/xdialogcreator.hxx | 5 | ||||
-rw-r--r-- | embeddedobj/source/msole/xolefactory.hxx | 5 |
5 files changed, 18 insertions, 6 deletions
diff --git a/embeddedobj/source/msole/advisesink.hxx b/embeddedobj/source/msole/advisesink.hxx index d178e4822bf4..d8d0da7b372f 100644 --- a/embeddedobj/source/msole/advisesink.hxx +++ b/embeddedobj/source/msole/advisesink.hxx @@ -17,6 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#ifndef INCLUDED_EMBEDDEDOBJ_SOURCE_MSOLE_ADVISESINK_HXX +#define INCLUDED_EMBEDDEDOBJ_SOURCE_MSOLE_ADVISESINK_HXX + #include <osl/interlck.h> #include <osl/mutex.hxx> #include <platform.h> @@ -46,4 +49,6 @@ public: STDMETHODIMP_(void) OnClose(void); }; +#endif + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/embeddedobj/source/msole/mtnotification.hxx b/embeddedobj/source/msole/mtnotification.hxx index d4f69a40a940..9b45e5fcd07c 100644 --- a/embeddedobj/source/msole/mtnotification.hxx +++ b/embeddedobj/source/msole/mtnotification.hxx @@ -17,6 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#ifndef INCLUDED_EMBEDDEDOBJ_SOURCE_MSOLE_MTNOTIFICATION_HXX +#define INCLUDED_EMBEDDEDOBJ_SOURCE_MSOLE_MTNOTIFICATION_HXX + #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/embed/XEmbeddedObject.hpp> #include <com/sun/star/awt/XCallback.hpp> @@ -44,5 +47,6 @@ public: ~MainThreadNotificationRequest(); }; +#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/embeddedobj/source/msole/olewrapclient.hxx b/embeddedobj/source/msole/olewrapclient.hxx index 4aaaaee982b1..52ebca2d9e1a 100644 --- a/embeddedobj/source/msole/olewrapclient.hxx +++ b/embeddedobj/source/msole/olewrapclient.hxx @@ -17,6 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#ifndef INCLUDED_EMBEDDEDOBJ_SOURCE_MSOLE_OLEWRAPCLIENT_HXX +#define INCLUDED_EMBEDDEDOBJ_SOURCE_MSOLE_OLEWRAPCLIENT_HXX + #include <osl/interlck.h> #include <osl/mutex.hxx> #include <platform.h> @@ -46,4 +49,6 @@ public: STDMETHODIMP RequestNewObjectLayout(void); }; +#endif + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/embeddedobj/source/msole/xdialogcreator.hxx b/embeddedobj/source/msole/xdialogcreator.hxx index 9201328bda21..7f184d393c88 100644 --- a/embeddedobj/source/msole/xdialogcreator.hxx +++ b/embeddedobj/source/msole/xdialogcreator.hxx @@ -17,14 +17,13 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef __XDIALOGCREATOR_HXX_ -#define __XDIALOGCREATOR_HXX_ +#ifndef INCLUDED_EMBEDDEDOBJ_SOURCE_MSOLE_XDIALOGCREATOR_HXX +#define INCLUDED_EMBEDDEDOBJ_SOURCE_MSOLE_XDIALOGCREATOR_HXX #include <com/sun/star/embed/XInsertObjectDialog.hpp> #include <com/sun/star/embed/XEmbedObjectClipboardCreator.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> - #include <cppuhelper/implbase3.hxx> diff --git a/embeddedobj/source/msole/xolefactory.hxx b/embeddedobj/source/msole/xolefactory.hxx index 37747e8fe7ac..2c109402d315 100644 --- a/embeddedobj/source/msole/xolefactory.hxx +++ b/embeddedobj/source/msole/xolefactory.hxx @@ -17,13 +17,12 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef __XFACTORY_HXX_ -#define __XFACTORY_HXX_ +#ifndef INCLUDED_EMBEDDEDOBJ_SOURCE_MSOLE_XOLEFACTORY_HXX +#define INCLUDED_EMBEDDEDOBJ_SOURCE_MSOLE_XOLEFACTORY_HXX #include <com/sun/star/embed/XEmbeddedObjectCreator.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> - #include <cppuhelper/implbase2.hxx> |