summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authoriakarsu <iakarsu99@gmail.com>2020-01-25 14:59:01 +0300
committerMuhammet Kara <muhammet.kara@collabora.com>2020-01-25 17:47:15 +0100
commita43fe4e5c73c44a68fc32b16c1c8db4f3e216f4e (patch)
tree8e5bf7a065efe8f459d365b8bdfe2a5c4dbbd94c /sal
parente7c6ceb862e997a56b51212e2c4351ba8ce13602 (diff)
tdf#124176: Use pragma once instead of include guards
Change-Id: Ibf31d5b97017f875e62b609beef0ecdebd559502 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87391 Tested-by: Jenkins Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
Diffstat (limited to 'sal')
-rw-r--r--sal/textenc/context.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/sal/textenc/context.hxx b/sal/textenc/context.hxx
index 7c6d96b7eff9..e887bab53ccc 100644
--- a/sal/textenc/context.hxx
+++ b/sal/textenc/context.hxx
@@ -17,9 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SAL_TEXTENC_CONTEXT_HXX
-#define INCLUDED_SAL_TEXTENC_CONTEXT_HXX
-
+#pragma once
#include <sal/types.h>
@@ -34,6 +32,4 @@ void ImplResetUnicodeToTextContext(void * pContext);
void ImplDestroyUnicodeToTextContext(void * pContext);
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */