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

New commits:
commit ce69ab8d61975d5d49142469115798b5b3688a63
Author:     ViswaasLP <viswaa...@gmail.com>
AuthorDate: Thu Mar 11 22:12:51 2021 -0800
Commit:     Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
CommitDate: Fri Mar 12 17:05:26 2021 +0100

    tdf#124176 Use pragma once in sw/source/uibase/inc
    
    Change-Id: I74c85b0327005ba7b2d07169f052a903381eb1f1
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112373
    Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
    Tested-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>

diff --git a/sw/source/uibase/inc/abstract.hxx 
b/sw/source/uibase/inc/abstract.hxx
index 2bba7126debe..3a9e16f9888e 100644
--- a/sw/source/uibase/inc/abstract.hxx
+++ b/sw/source/uibase/inc/abstract.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_ABSTRACT_HXX
-#define INCLUDED_SW_SOURCE_UIBASE_INC_ABSTRACT_HXX
+#pragma once
 
 #include <sfx2/basedlgs.hxx>
 
@@ -34,6 +33,4 @@ public:
     sal_uInt8 GetPara() const;
 };
 
-#endif
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to