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/IDocumentOutlineNodes.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/IDocumentOutlineNodes.hxx')
-rw-r--r-- | sw/inc/IDocumentOutlineNodes.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sw/inc/IDocumentOutlineNodes.hxx b/sw/inc/IDocumentOutlineNodes.hxx index f76276835c46..bf193993e000 100644 --- a/sw/inc/IDocumentOutlineNodes.hxx +++ b/sw/inc/IDocumentOutlineNodes.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SW_INC_IDOCUMENTOUTLINENODES_HXX -#define INCLUDED_SW_INC_IDOCUMENTOUTLINENODES_HXX +#pragma once #include <rtl/ustring.hxx> #include <vector> @@ -52,6 +51,4 @@ protected: virtual ~IDocumentOutlineNodes() {}; }; - #endif // INCLUDED_SW_INC_IDOCUMENTOUTLINENODES_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |