summaryrefslogtreecommitdiff
path: root/include/avmedia
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-23 19:18:54 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-10-23 23:22:31 +0200
commit1130a359cb89028b42f366f46bdf034ad13ae540 (patch)
tree6acbd8d220fee0dab8d6911c1968ee9964534beb /include/avmedia
parent29c0fdc6457243e7b7262b4db86c82b23a7ee0f1 (diff)
fixincludeguards.sh: include - the rest
Change-Id: If1ee11da444a7f96f2d8668b277540da0bb4dbe9
Diffstat (limited to 'include/avmedia')
-rw-r--r--include/avmedia/avmediadllapi.h6
-rw-r--r--include/avmedia/mediaitem.hxx4
-rw-r--r--include/avmedia/mediaplayer.hxx4
-rw-r--r--include/avmedia/mediatoolbox.hxx6
-rw-r--r--include/avmedia/mediawindow.hxx6
5 files changed, 13 insertions, 13 deletions
diff --git a/include/avmedia/avmediadllapi.h b/include/avmedia/avmediadllapi.h
index 351b82854a7f..6abf77455d4d 100644
--- a/include/avmedia/avmediadllapi.h
+++ b/include/avmedia/avmediadllapi.h
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_AVMEDIADLLAPI_H
-#define INCLUDED_AVMEDIADLLAPI_H
+#ifndef INCLUDED_AVMEDIA_AVMEDIADLLAPI_H
+#define INCLUDED_AVMEDIA_AVMEDIADLLAPI_H
#include "sal/types.h"
@@ -29,6 +29,6 @@
#endif
#define AVMEDIA_DLLPRIVATE SAL_DLLPRIVATE
-#endif /* INCLUDED_AVMEDIADLLAPI_H */
+#endif // INCLUDED_AVMEDIA_AVMEDIADLLAPI_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/avmedia/mediaitem.hxx b/include/avmedia/mediaitem.hxx
index f14281999307..2baf0ba1b789 100644
--- a/include/avmedia/mediaitem.hxx
+++ b/include/avmedia/mediaitem.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef AVMEDIA_MEDIAITEM_HXX
-#define AVMEDIA_MEDIAITEM_HXX
+#ifndef INCLUDED_AVMEDIA_MEDIAITEM_HXX
+#define INCLUDED_AVMEDIA_MEDIAITEM_HXX
#include <boost/scoped_ptr.hpp>
diff --git a/include/avmedia/mediaplayer.hxx b/include/avmedia/mediaplayer.hxx
index b823f7c63b67..ce10455b7e43 100644
--- a/include/avmedia/mediaplayer.hxx
+++ b/include/avmedia/mediaplayer.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _AVMEDIA_MEDIACHILD_HXX
-#define _AVMEDIA_MEDIACHILD_HXX
+#ifndef INCLUDED_AVMEDIA_MEDIAPLAYER_HXX
+#define INCLUDED_AVMEDIA_MEDIAPLAYER_HXX
#include <sfx2/ctrlitem.hxx>
#include <sfx2/dockwin.hxx>
diff --git a/include/avmedia/mediatoolbox.hxx b/include/avmedia/mediatoolbox.hxx
index 570167024aff..0087f969e59a 100644
--- a/include/avmedia/mediatoolbox.hxx
+++ b/include/avmedia/mediatoolbox.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _AVMEDIA_MEDIATOOLBOX_HXX
-#define _AVMEDIA_MEDIATOOLBOX_HXX
+#ifndef INCLUDED_AVMEDIA_MEDIATOOLBOX_HXX
+#define INCLUDED_AVMEDIA_MEDIATOOLBOX_HXX
#include <svl/lstner.hxx>
#include <sfx2/tbxctrl.hxx>
@@ -55,6 +55,6 @@ private:
}
-#endif // _AVMEDIA_MEDIATOOLBOX_HXX
+#endif // INCLUDED_AVMEDIA_MEDIATOOLBOX_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/avmedia/mediawindow.hxx b/include/avmedia/mediawindow.hxx
index dcf4f36a72e9..92bd696b1833 100644
--- a/include/avmedia/mediawindow.hxx
+++ b/include/avmedia/mediawindow.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _AVMEDIA_MEDIAWINDOW_HXX
-#define _AVMEDIA_MEDIAWINDOW_HXX
+#ifndef INCLUDED_AVMEDIA_MEDIAWINDOW_HXX
+#define INCLUDED_AVMEDIA_MEDIAWINDOW_HXX
#include <memory>
#include <vector>
@@ -122,6 +122,6 @@ namespace avmedia
};
}
-#endif // _AVMEDIA_MEDIAWINDOW_HXX
+#endif // INCLUDED_AVMEDIA_MEDIAWINDOW_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */