summaryrefslogtreecommitdiff
path: root/embeddedobj/source/msole/mtnotification.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'embeddedobj/source/msole/mtnotification.hxx')
-rw-r--r--embeddedobj/source/msole/mtnotification.hxx4
1 files changed, 4 insertions, 0 deletions
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: */