summaryrefslogtreecommitdiff
path: root/include/avmedia/modeltools.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/avmedia/modeltools.hxx')
-rw-r--r--include/avmedia/modeltools.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/avmedia/modeltools.hxx b/include/avmedia/modeltools.hxx
index 3de866dd7f52..d1a84afbe2f2 100644
--- a/include/avmedia/modeltools.hxx
+++ b/include/avmedia/modeltools.hxx
@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#ifndef INCLUDED_INCLUDE_AVMEDIA_MODELTOOLS_HXX
+#define INCLUDED_INCLUDE_AVMEDIA_MODELTOOLS_HXX
+
#include <rtl/ustring.hxx>
#include <com/sun/star/frame/XModel.hpp>
#include <avmedia/avmediadllapi.h>
@@ -21,4 +24,6 @@ bool AVMEDIA_DLLPUBLIC IsModel(const OUString& rMimeType);
} // namespace avemdia
+#endif // INCLUDED_INCLUDE_AVMEDIA_MODELTOOLS_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */