summaryrefslogtreecommitdiff
path: root/avmedia/source/opengl
diff options
context:
space:
mode:
Diffstat (limited to 'avmedia/source/opengl')
-rw-r--r--avmedia/source/opengl/oglframegrabber.hxx6
-rw-r--r--avmedia/source/opengl/oglmanager.hxx6
-rw-r--r--avmedia/source/opengl/oglplayer.hxx6
-rw-r--r--avmedia/source/opengl/oglwindow.hxx6
4 files changed, 12 insertions, 12 deletions
diff --git a/avmedia/source/opengl/oglframegrabber.hxx b/avmedia/source/opengl/oglframegrabber.hxx
index b4b1daee7326..5be63714cbbe 100644
--- a/avmedia/source/opengl/oglframegrabber.hxx
+++ b/avmedia/source/opengl/oglframegrabber.hxx
@@ -7,8 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef OGL_FRAMEGRABBER_HXX
-#define OGL_FRAMEGRABBER_HXX
+#ifndef INCLUDED_AVMEDIA_SOURCE_OPENGL_OGLFRAMEGRABBER_HXX
+#define INCLUDED_AVMEDIA_SOURCE_OPENGL_OGLFRAMEGRABBER_HXX
#include <cppuhelper/compbase2.hxx>
#include <com/sun/star/lang/XServiceInfo.hpp>
@@ -43,6 +43,6 @@ private:
} // namespace ogl
} // namespace avmedia
-#endif // OGL_FRAMEGRABBER_HXX
+#endif // INCLUDED_AVMEDIA_SOURCE_OPENGL_OGLFRAMEGRABBER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/avmedia/source/opengl/oglmanager.hxx b/avmedia/source/opengl/oglmanager.hxx
index bbecfbcb0391..cb4ec2112634 100644
--- a/avmedia/source/opengl/oglmanager.hxx
+++ b/avmedia/source/opengl/oglmanager.hxx
@@ -7,8 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef OGL_MANAGER_HXX
-#define OGL_MANAGER_HXX
+#ifndef INCLUDED_AVMEDIA_SOURCE_OPENGL_OGLMANAGER_HXX
+#define INCLUDED_AVMEDIA_SOURCE_OPENGL_OGLMANAGER_HXX
#include <cppuhelper/compbase2.hxx>
#include <com/sun/star/lang/XServiceInfo.hpp>
@@ -39,6 +39,6 @@ private:
} // namespace ogl
} // namespace avmedia
-#endif // OGL_MANAGER_HXX
+#endif // INCLUDED_AVMEDIA_SOURCE_OPENGL_OGLMANAGER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/avmedia/source/opengl/oglplayer.hxx b/avmedia/source/opengl/oglplayer.hxx
index 1f1efce2440d..86e8a6efee69 100644
--- a/avmedia/source/opengl/oglplayer.hxx
+++ b/avmedia/source/opengl/oglplayer.hxx
@@ -7,8 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef OGL_PLAYER_HXX
-#define OGL_PLAYER_HXX
+#ifndef INCLUDED_AVMEDIA_SOURCE_OPENGL_OGLPLAYER_HXX
+#define INCLUDED_AVMEDIA_SOURCE_OPENGL_OGLPLAYER_HXX
#include <cppuhelper/compbase2.hxx>
#include <cppuhelper/basemutex.hxx>
@@ -63,6 +63,6 @@ private:
} // namespace ogl
} // namespace avmedia
-#endif // OGL_PLAYER_HXX
+#endif // INCLUDED_AVMEDIA_SOURCE_OPENGL_OGLPLAYER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/avmedia/source/opengl/oglwindow.hxx b/avmedia/source/opengl/oglwindow.hxx
index ba510e46f31c..2b1c9436e242 100644
--- a/avmedia/source/opengl/oglwindow.hxx
+++ b/avmedia/source/opengl/oglwindow.hxx
@@ -7,8 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef OGL_WINDOW_HXX
-#define OGL_WINDOW_HXX
+#ifndef INCLUDED_AVMEDIA_SOURCE_OPENGL_OGLWINDOW_HXX
+#define INCLUDED_AVMEDIA_SOURCE_OPENGL_OGLWINDOW_HXX
#include "oglplayer.hxx"
@@ -76,6 +76,6 @@ private:
} // namespace ogl
} // namespace avmedia
-#endif // OGL_WINDOW_HXX
+#endif // INCLUDED_AVMEDIA_SOURCE_OPENGL_OGLWINDOW_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */