[Libreoffice-commits] core.git: basegfx/source
Betül İnce (via logerrit)
logerrit at kemper.freedesktop.org
Sat Oct 24 21:20:01 UTC 2020
basegfx/source/inc/stringconversiontools.hxx | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
New commits:
commit 5219c6bd804f626b30a783ec012b24c01911c575
Author: Betül İnce <btl.ince98 at gmail.com>
AuthorDate: Thu Oct 22 20:10:36 2020 +0300
Commit: Gülşah Köse <gulsah.kose at collabora.com>
CommitDate: Sat Oct 24 23:19:21 2020 +0200
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 at collabora.com>
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: */
More information about the Libreoffice-commits
mailing list