sw/inc/mdiexp.hxx |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

New commits:
commit e9dcbb2a5965e062c84b2e222239e83fdf3f3227
Author:     sahil <gautamsahil1...@gmail.com>
AuthorDate: Thu Jul 20 02:48:59 2023 +0530
Commit:     Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
CommitDate: Thu Jul 20 12:47:59 2023 +0200

    tdf#143148 Use pragma once in sw
    
    Change-Id: Ibb1fc8d8419dd4e1c805134fab3ee91476e5c5ef
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154662
    Tested-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
    Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>

diff --git a/sw/inc/mdiexp.hxx b/sw/inc/mdiexp.hxx
index 80c7397b470c..afe308e1ad89 100644
--- a/sw/inc/mdiexp.hxx
+++ b/sw/inc/mdiexp.hxx
@@ -16,8 +16,7 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
-#ifndef INCLUDED_SW_INC_MDIEXP_HXX
-#define INCLUDED_SW_INC_MDIEXP_HXX
+#pragma once
 
 #include <tools/long.hxx>
 #include "tblenum.hxx"
@@ -53,6 +52,4 @@ TableChgMode GetTableChgDefaultMode();
 
 bool JumpToSwMark( SwViewShell const * pVwSh, std::u16string_view rMark );
 
-#endif
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Reply via email to