diff options
author | George Bateman <george.bateman16@gmail.com> | 2020-08-04 21:01:03 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-09-04 08:52:02 +0200 |
commit | 269497fff04bb5bbe982a7bcd48ea06d1507fc6b (patch) | |
tree | 432c48b673e5f0b0db2f8c711032c04097a8a025 /avmedia/source | |
parent | 487df0c8f307500029b06c89985a1148ebc784b5 (diff) |
tdf#124176 Use #pragma once in avmedia
This commit was carried out by a Python script, source of which
is at https://bugs.documentfoundation.org/show_bug.cgi?id=124176#c97.
Change-Id: Iec8964e460e26778bbe9fe33e6130d7f179fae51
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100142
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'avmedia/source')
-rw-r--r-- | avmedia/source/win/wincommon.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/avmedia/source/win/wincommon.hxx b/avmedia/source/win/wincommon.hxx index f0277e169132..5572f6c3e63d 100644 --- a/avmedia/source/win/wincommon.hxx +++ b/avmedia/source/win/wincommon.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_AVMEDIA_SOURCE_WIN_WINCOMMON_HXX -#define INCLUDED_AVMEDIA_SOURCE_WIN_WINCOMMON_HXX +#pragma once #include <osl/mutex.hxx> #include <rtl/ustring.hxx> @@ -39,6 +38,4 @@ #define WM_GRAPHNOTIFY (WM_USER + 567) -#endif // INCLUDED_AVMEDIA_SOURCE_WIN_WINCOMMON_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |