diff options
author | Rasenkai <rasenkai99@gmail.com> | 2023-01-28 21:28:52 +0530 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2023-01-31 10:43:32 +0000 |
commit | a345952daf3238066ecb1a9c67bb6a3640a6299a (patch) | |
tree | 78ff984ca65e9f465ef9c7f338bb785d244c3360 /sw/inc/IDocumentUndoRedo.hxx | |
parent | 41a911fa54d3814d81d4ed603babf375c405900f (diff) |
tdf#143148 sw: inc: Use pragma once instead of include guards
Change-Id: I7a491038d1b8532385e70294872d209dcdc63ce9
Signed-off-by: Rasenkai <rasenkai99@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146300
Tested-by: Jenkins
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'sw/inc/IDocumentUndoRedo.hxx')
-rw-r--r-- | sw/inc/IDocumentUndoRedo.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sw/inc/IDocumentUndoRedo.hxx b/sw/inc/IDocumentUndoRedo.hxx index e946b5ec4efe..a35145edc1e5 100644 --- a/sw/inc/IDocumentUndoRedo.hxx +++ b/sw/inc/IDocumentUndoRedo.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SW_INC_IDOCUMENTUNDOREDO_HXX -#define INCLUDED_SW_INC_IDOCUMENTUNDOREDO_HXX +#pragma once #include <sal/types.h> @@ -289,6 +288,4 @@ private: } // namespace sw -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |