summaryrefslogtreecommitdiff
path: root/include/toolkit
diff options
context:
space:
mode:
authorPelin Kuran <pelinrkuran@gmail.com>2020-01-27 14:38:22 +0300
committerMuhammet Kara <muhammet.kara@collabora.com>2020-01-27 21:44:04 +0100
commitf61ed40fff871a5b301b05c9d8e0755f16bf0a83 (patch)
treea64478c7bb82dd371fdcaf423570ee2834dc7534 /include/toolkit
parentd23faf1d1ae526cc7af5470e60eb7dc7a46e74cc (diff)
tdf#124176: Use pragma once instead of header guard
Change-Id: Id28874549342349fb2727c3cb8e92da1dcdb727c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87513 Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com> Tested-by: Muhammet Kara <muhammet.kara@collabora.com>
Diffstat (limited to 'include/toolkit')
-rw-r--r--include/toolkit/helper/emptyfontdescriptor.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/toolkit/helper/emptyfontdescriptor.hxx b/include/toolkit/helper/emptyfontdescriptor.hxx
index 28a1aa3c1f14..ffd6f65b681d 100644
--- a/include/toolkit/helper/emptyfontdescriptor.hxx
+++ b/include/toolkit/helper/emptyfontdescriptor.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_TOOLKIT_HELPER_EMPTYFONTDESCRIPTOR_HXX
-#define INCLUDED_TOOLKIT_HELPER_EMPTYFONTDESCRIPTOR_HXX
+#pragma once
#include <com/sun/star/awt/FontDescriptor.hpp>
#include <com/sun/star/awt/FontSlant.hpp>
@@ -40,7 +39,4 @@ public:
}
};
-
-#endif // INCLUDED_TOOLKIT_HELPER_EMPTYFONTDESCRIPTOR_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */