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

New commits:
commit 12fea6ac647248bcdae3ec02de9f2f101232163e
Author:     codemaestro <[email protected]>
AuthorDate: Fri Oct 17 00:08:26 2025 +0530
Commit:     Ilmari Lauhakangas <[email protected]>
CommitDate: Fri Oct 17 07:51:29 2025 +0200

    tdf#143148: Use pragma once instead of include guards
    
    Change-Id: Idd5dfa2198c7f297a0be7ac177945f34729a9efe
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/192541
    Reviewed-by: Ilmari Lauhakangas <[email protected]>
    Tested-by: Jenkins

diff --git a/sw/source/filter/inc/fltini.hxx b/sw/source/filter/inc/fltini.hxx
index 3028217a729c..f23e6d73f2b2 100644
--- a/sw/source/filter/inc/fltini.hxx
+++ b/sw/source/filter/inc/fltini.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_FILTER_INC_FLTINI_HXX
-#define INCLUDED_SW_SOURCE_FILTER_INC_FLTINI_HXX
+#pragma once
 
 #include <shellio.hxx>
 
@@ -61,6 +60,4 @@ void GetWW8Writer(std::u16string_view, const OUString&, 
WriterRef&);
 // Get size of fly (if 'automatic' in WW) and check if not too small
 SW_DLLPUBLIC void CalculateFlySize(SfxItemSet& rFlySet, const SwNode& rAnchor, 
SwTwips nPageWidth);
 
-#endif
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Reply via email to