diff options
author | zonnebloempje <alcamanximena@gmail.com> | 2022-11-02 23:58:46 -0300 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2022-11-03 07:35:38 +0100 |
commit | e519b121e3e43e4fd9e8e11c2ead4076ccda422f (patch) | |
tree | e23e1475f77371b88dd47801817c64ec7ee8392b /vcl/source/control/imivctl.hxx | |
parent | 4c349be1d74c669e5804c3c43f3f0a3960c88bc5 (diff) |
tdf#143148 Use pragma once instead of include guards
Change-Id: Idf0a645bee9b2fc80bdf152c0703c3d25e3b330f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142189
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'vcl/source/control/imivctl.hxx')
-rw-r--r-- | vcl/source/control/imivctl.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/vcl/source/control/imivctl.hxx b/vcl/source/control/imivctl.hxx index be442e495678..5a052c083efa 100644 --- a/vcl/source/control/imivctl.hxx +++ b/vcl/source/control/imivctl.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SVTOOLS_SOURCE_CONTNR_IMIVCTL_HXX -#define INCLUDED_SVTOOLS_SOURCE_CONTNR_IMIVCTL_HXX +#pragma once #include <sal/config.h> @@ -508,6 +507,4 @@ public: void OutputSizeChanged(); }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |