diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-07-05 14:07:37 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-07-07 07:30:31 +0200 |
commit | 8e9630935c6aced97758eab72322620e863ee70a (patch) | |
tree | 2afa306451d0b1e18acda38e5030f4c6b289c383 /avmedia | |
parent | 6784278aae45d979f37fcd0210d58b6a74e4fe32 (diff) |
Fix typos
Change-Id: Ifc035f58ddc958bf7445a81a7fc0cb8f122061a3
Reviewed-on: https://gerrit.libreoffice.org/56316
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'avmedia')
-rw-r--r-- | avmedia/source/gstreamer/gstcommon.hxx | 2 | ||||
-rw-r--r-- | avmedia/source/quicktime/quicktimecommon.hxx | 2 | ||||
-rw-r--r-- | avmedia/source/vlc/vlccommon.hxx | 2 | ||||
-rw-r--r-- | avmedia/source/win/wincommon.hxx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/avmedia/source/gstreamer/gstcommon.hxx b/avmedia/source/gstreamer/gstcommon.hxx index 2b9a773ae04f..98c99c3b6b18 100644 --- a/avmedia/source/gstreamer/gstcommon.hxx +++ b/avmedia/source/gstreamer/gstcommon.hxx @@ -41,6 +41,6 @@ #define WM_GRAPHNOTIFY (WM_USER + 567) -#endif // _GSTCOMMOM_HXX +#endif // INCLUDED_AVMEDIA_SOURCE_GSTREAMER_GSTCOMMON_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/avmedia/source/quicktime/quicktimecommon.hxx b/avmedia/source/quicktime/quicktimecommon.hxx index 1dedfabcf46e..cce2acd48d4d 100644 --- a/avmedia/source/quicktime/quicktimecommon.hxx +++ b/avmedia/source/quicktime/quicktimecommon.hxx @@ -52,6 +52,6 @@ #define AVMEDIA_QUICKTIME_WINDOW_IMPLEMENTATIONNAME "com.sun.star.comp.avmedia.Window_QuickTime" #define AVMEDIA_QUICKTIME_WINDOW_SERVICENAME "com.sun.star.media.Window_QuickTime" -#endif // _QUICKTIMECOMMOM_HXX +#endif // INCLUDED_AVMEDIA_SOURCE_QUICKTIME_QUICKTIMECOMMON_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/avmedia/source/vlc/vlccommon.hxx b/avmedia/source/vlc/vlccommon.hxx index 8d7895ca671c..effa79f90e3e 100644 --- a/avmedia/source/vlc/vlccommon.hxx +++ b/avmedia/source/vlc/vlccommon.hxx @@ -38,6 +38,6 @@ #include <com/sun/star/media/XManager.hpp> #include <com/sun/star/media/XPlayerWindow.hpp> -#endif // _VLCCOMMOM_HXX +#endif // INCLUDED_AVMEDIA_SOURCE_VLC_VLCCOMMON_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/avmedia/source/win/wincommon.hxx b/avmedia/source/win/wincommon.hxx index e0a60640111d..f0277e169132 100644 --- a/avmedia/source/win/wincommon.hxx +++ b/avmedia/source/win/wincommon.hxx @@ -39,6 +39,6 @@ #define WM_GRAPHNOTIFY (WM_USER + 567) -#endif // _WINCOMMOM_HXX +#endif // INCLUDED_AVMEDIA_SOURCE_WIN_WINCOMMON_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |