diff options
author | OmkarAcharekar <omkaracharekar12@gmail.com> | 2022-10-16 03:29:57 +0530 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2022-10-16 12:39:01 +0200 |
commit | 3398a2bc324bb00c18071374cb33f97cd9902860 (patch) | |
tree | 7fa69cc5ed98ca94997eb64e775ed3a6a8027cd4 /sw/source/ui/envelp/envprt.hxx | |
parent | 42d7cd1abca095d5166a7f4355f1cfc0f822961b (diff) |
tdf#143148 Use pragma once in sw/source/ui/envelp
Change-Id: Iff490b1ceb0bd73aa61fd7a92367d1e71b9f84ee
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141422
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'sw/source/ui/envelp/envprt.hxx')
-rw-r--r-- | sw/source/ui/envelp/envprt.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sw/source/ui/envelp/envprt.hxx b/sw/source/ui/envelp/envprt.hxx index 078efa0995c4..4cc3bf4f784b 100644 --- a/sw/source/ui/envelp/envprt.hxx +++ b/sw/source/ui/envelp/envprt.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SW_SOURCE_UI_ENVELP_ENVPRT_HXX -#define INCLUDED_SW_SOURCE_UI_ENVELP_ENVPRT_HXX +#pragma once #include <sfx2/tabdlg.hxx> #include <vcl/print.hxx> @@ -69,6 +68,4 @@ public: void SetPrt(Printer* pPrinter) { m_xPrt = pPrinter; } }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |