include/filter/msfilter/classids.hxx |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

New commits:
commit a95b97adaa4a4a7ed76c832df9ed9ae64329a787
Author:     Lue_lueita <obienyi....@gmail.com>
AuthorDate: Fri Oct 25 19:51:38 2024 +0100
Commit:     Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
CommitDate: Sun Oct 27 06:35:23 2024 +0100

    tdf#143148 Use #pragma once instead of include guards
    
    Change-Id: I045cfd010401ed4131b28aab2e94308c226cc154
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175658
    Tested-by: Jenkins
    Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>

diff --git a/include/filter/msfilter/classids.hxx 
b/include/filter/msfilter/classids.hxx
index 8394a716b0f7..2d3274273dab 100644
--- a/include/filter/msfilter/classids.hxx
+++ b/include/filter/msfilter/classids.hxx
@@ -7,8 +7,7 @@
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  */
 
-#ifndef INCLUDED_FILTER_MSFILTER_CLASSIDS_HXX
-#define INCLUDED_FILTER_MSFILTER_CLASSIDS_HXX
+#pragma once
 
 #define MSO_EQUATION2_CLASSID \
     0x00021700L, 0x0000, 0x0000, \
@@ -42,6 +41,4 @@
     0x64818d11L, 0x4f9b, 0x11cf, \
     0x86, 0xea, 0x00, 0xaa, 0x00, 0xb9, 0x29, 0xe8
 
-#endif // INCLUDED_FILTER_MSFILTER_CLASSIDS_HXX
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Reply via email to