[Libreoffice-commits] core.git: avmedia/source
Mohamed Sameh (via logerrit)
logerrit at kemper.freedesktop.org
Thu Feb 13 10:59:36 UTC 2020
avmedia/source/win/manager.hxx | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
New commits:
commit 76d6b4d02d2ad57bbb1b348d9ba9f73ce9201a8f
Author: Mohamed Sameh <mohamedsamehkhalil at gmail.com>
AuthorDate: Tue Feb 11 14:49:41 2020 -0500
Commit: Muhammet Kara <muhammet.kara at collabora.com>
CommitDate: Thu Feb 13 11:59:05 2020 +0100
tdf#124176: Use pragma once instead of include guards
Change-Id: I33a9c770142a2fcc2d899b5071cc45d5a42c8664
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88473
Tested-by: Jenkins
Reviewed-by: Muhammet Kara <muhammet.kara at collabora.com>
diff --git a/avmedia/source/win/manager.hxx b/avmedia/source/win/manager.hxx
index 8fee893f9177..54cda28390bf 100644
--- a/avmedia/source/win/manager.hxx
+++ b/avmedia/source/win/manager.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_AVMEDIA_SOURCE_WIN_MANAGER_HXX
-#define INCLUDED_AVMEDIA_SOURCE_WIN_MANAGER_HXX
+#pragma once
#include "wincommon.hxx"
#include <cppuhelper/implbase.hxx>
@@ -50,6 +49,4 @@ private:
} // namespace win
} // namespace avmedia
-#endif // INCLUDED_AVMEDIA_SOURCE_WIN_MANAGER_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
More information about the Libreoffice-commits
mailing list