diff options
author | Betül İnce <btl.ince98@gmail.com> | 2020-10-22 20:10:36 +0300 |
---|---|---|
committer | Gülşah Köse <gulsah.kose@collabora.com> | 2020-10-24 23:19:21 +0200 |
commit | 5219c6bd804f626b30a783ec012b24c01911c575 (patch) | |
tree | f0c18e7cd18862934abfcf370b34f87092deef37 /basegfx | |
parent | 802dc2fec107585dff333edd709a6fc399663df5 (diff) |
tdf#124176 Using pragma once instead of include guards
Change-Id: Ib8cfeb774851afd62e2bd5b29b0d61d52a0dbad9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104694
Tested-by: Jenkins
Reviewed-by: Gülşah Köse <gulsah.kose@collabora.com>
Diffstat (limited to 'basegfx')
-rw-r--r-- | basegfx/source/inc/stringconversiontools.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/basegfx/source/inc/stringconversiontools.hxx b/basegfx/source/inc/stringconversiontools.hxx index f50d33bdb90a..9b788bf3421e 100644 --- a/basegfx/source/inc/stringconversiontools.hxx +++ b/basegfx/source/inc/stringconversiontools.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_BASEGFX_SOURCE_INC_STRINGCONVERSIONTOOLS_HXX -#define INCLUDED_BASEGFX_SOURCE_INC_STRINGCONVERSIONTOOLS_HXX + +#pragma once #include <sal/types.h> #include <rtl/ustring.hxx> @@ -57,6 +57,4 @@ namespace basegfx::internal } // namespace basegfx::internal -#endif // INCLUDED_BASEGFX_SOURCE_INC_STRINGCONVERSIONTOOLS_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |