summaryrefslogtreecommitdiff
path: root/include/svtools/rtfkeywd.hxx
diff options
context:
space:
mode:
authorRoman Kuznetsov <antilibreoffice@gmail.com>2020-11-18 23:08:50 +0100
committerMike Kaganski <mike.kaganski@collabora.com>2020-11-19 07:26:22 +0100
commit6d74413e5d2b03d84a2f8f748827234b2c22d62c (patch)
tree0a3dae67d88b5c696d412e3f71fa1712a3d3956f /include/svtools/rtfkeywd.hxx
parent19926ed35ebb623fc896942b1f232b83edf1fc1e (diff)
tdf#124176 use pragma once instead of include guards
in /core/include/svtools/ Change-Id: Ic8614f77dfde02f4c1fc4cceccd1de4ff5a05f72 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106006 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'include/svtools/rtfkeywd.hxx')
-rw-r--r--include/svtools/rtfkeywd.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/svtools/rtfkeywd.hxx b/include/svtools/rtfkeywd.hxx
index fa297843e6be..1f96630cb4f8 100644
--- a/include/svtools/rtfkeywd.hxx
+++ b/include/svtools/rtfkeywd.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SVTOOLS_RTFKEYWD_HXX
-#define INCLUDED_SVTOOLS_RTFKEYWD_HXX
+#pragma once
#include <sal/config.h>
@@ -1225,6 +1224,4 @@
#define LO_STRING_SVTOOLS_RTF_SAAUTO "\\saauto"
#define LO_STRING_SVTOOLS_RTF_HTMAUTSP "\\htmautsp"
-#endif // INCLUDED_SVTOOLS_RTFKEYWD_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */