[Libreoffice-commits] core.git: sw/source
ViswaasLP (via logerrit)
logerrit at kemper.freedesktop.org
Fri Mar 12 16:06:17 UTC 2021
sw/source/uibase/inc/abstract.hxx | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
New commits:
commit ce69ab8d61975d5d49142469115798b5b3688a63
Author: ViswaasLP <viswaas98 at gmail.com>
AuthorDate: Thu Mar 11 22:12:51 2021 -0800
Commit: Ilmari Lauhakangas <ilmari.lauhakangas at 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.lauhakangas at libreoffice.org>
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas at 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: */
More information about the Libreoffice-commits
mailing list