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

New commits:
commit a6d43ed34c4ce1281f7721643660a954ce6303fa
Author:     Vaasu K <[email protected]>
AuthorDate: Sat Feb 21 18:55:11 2026 +0000
Commit:     Ilmari Lauhakangas <[email protected]>
CommitDate: Sun Feb 22 11:08:19 2026 +0100

    tdf#124176: Replace include guard with pragma once in dselect.hxx
    
    Replace with #pragma once in file
    
    Signed-off-by: [email protected]>
    Change-Id: If32c7ecb3d37f56897a49ff3ab26c649103f3533
    Signed-off-by: Vaasu K <[email protected]>
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/199958
    Tested-by: Jenkins
    Reviewed-by: Ilmari Lauhakangas <[email protected]>

diff --git a/sw/source/uibase/inc/dselect.hxx b/sw/source/uibase/inc/dselect.hxx
index bb9f6e9c3d4a..cb275552c3d4 100644
--- a/sw/source/uibase/inc/dselect.hxx
+++ b/sw/source/uibase/inc/dselect.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_SOURCE_UIBASE_INC_DSELECT_HXX
-#define INCLUDED_SW_SOURCE_UIBASE_INC_DSELECT_HXX
+#pragma once
 
 #include "drawbase.hxx"
 
@@ -30,6 +29,4 @@ public:
     virtual void Activate(const sal_uInt16 nSlotId) override; // activate 
function
 };
 
-#endif // INCLUDED_SW_SOURCE_UIBASE_INC_DSELECT_HXX
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Reply via email to