| commit | ce69ab8d61975d5d49142469115798b5b3688a63 | [log] |
|---|---|---|
| author | ViswaasLP <viswaas98@gmail.com> | Thu Mar 11 22:12:51 2021 -0800 |
| committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | Fri Mar 12 17:05:26 2021 +0100 |
| tree | 6ab072ac1dee0b57305a32d0394b7fafc9739e54 | |
| parent | 2f8e96ccdc062c76a596e626d2b605f3cc9b539e [diff] |
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.lauhakangas@libreoffice.org> Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
diff --git a/sw/source/uibase/inc/abstract.hxx b/sw/source/uibase/inc/abstract.hxx index 2bba712..3a9e16f 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 @@ sal_uInt8 GetPara() const; }; #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */