diff options
author | Kemal Ayhan <kemalayhan013@gmail.com> | 2019-12-18 20:00:00 +0300 |
---|---|---|
committer | Muhammet Kara <muhammet.kara@collabora.com> | 2019-12-18 22:47:15 +0100 |
commit | 0d9e1e364d4a705c87b86e99ef9b4e5a6564b03a (patch) | |
tree | 74a85a060b83d500c11a5372c428c65adf63394b /cui/source/options | |
parent | 28ea93627ea4ea1a3003d3d1620125ea84ea31b3 (diff) |
tdf#124176: Use pragma once instead of include guards
Change-Id: I8f8641d41a3c394c494d0e5f6cd5a06949e22fa6
Reviewed-on: https://gerrit.libreoffice.org/85410
Tested-by: Jenkins
Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
Diffstat (limited to 'cui/source/options')
-rw-r--r-- | cui/source/options/connpoolconfig.hxx | 7 | ||||
-rw-r--r-- | cui/source/options/connpooloptions.hxx | 5 | ||||
-rw-r--r-- | cui/source/options/connpoolsettings.hxx | 7 |
3 files changed, 3 insertions, 16 deletions
diff --git a/cui/source/options/connpoolconfig.hxx b/cui/source/options/connpoolconfig.hxx index f43e135c35e9..41ec88d5b3d5 100644 --- a/cui/source/options/connpoolconfig.hxx +++ b/cui/source/options/connpoolconfig.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_CUI_SOURCE_OPTIONS_CONNPOOLCONFIG_HXX -#define INCLUDED_CUI_SOURCE_OPTIONS_CONNPOOLCONFIG_HXX +#pragma once class SfxItemSet; @@ -36,8 +35,4 @@ namespace offapp } // namespace offapp - -#endif // INCLUDED_CUI_SOURCE_OPTIONS_CONNPOOLCONFIG_HXX - - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/cui/source/options/connpooloptions.hxx b/cui/source/options/connpooloptions.hxx index 4e9420d76cb2..570ec66abda6 100644 --- a/cui/source/options/connpooloptions.hxx +++ b/cui/source/options/connpooloptions.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_CUI_SOURCE_OPTIONS_CONNPOOLOPTIONS_HXX -#define INCLUDED_CUI_SOURCE_OPTIONS_CONNPOOLOPTIONS_HXX +#pragma once #include <sfx2/tabdlg.hxx> @@ -69,6 +68,4 @@ namespace offapp } // namespace offapp -#endif // INCLUDED_CUI_SOURCE_OPTIONS_CONNPOOLOPTIONS_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/cui/source/options/connpoolsettings.hxx b/cui/source/options/connpoolsettings.hxx index 45c38cb9a6d7..8f8c6bc3b361 100644 --- a/cui/source/options/connpoolsettings.hxx +++ b/cui/source/options/connpoolsettings.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_CUI_SOURCE_OPTIONS_CONNPOOLSETTINGS_HXX -#define INCLUDED_CUI_SOURCE_OPTIONS_CONNPOOLSETTINGS_HXX +#pragma once #include <sal/config.h> @@ -84,8 +83,4 @@ namespace offapp } // namespace offapp - -#endif // INCLUDED_CUI_SOURCE_OPTIONS_CONNPOOLSETTINGS_HXX - - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |