summaryrefslogtreecommitdiffstats
path: root/include/editeng/svxrtf.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-23 19:17:57 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-10-23 23:22:31 +0200
commit10860425b6f325350fb4df59927a63b8d1b85901 (patch)
tree8e687af0a523a3fcdd1d7f21f883c6c27ecc0676 /include/editeng/svxrtf.hxx
parentfixincludeguards.sh: include/o* (diff)
downloadcore-10860425b6f325350fb4df59927a63b8d1b85901.tar.gz
core-10860425b6f325350fb4df59927a63b8d1b85901.zip
fixincludeguards.sh: include/editeng
Change-Id: I5a172bb12b62940b9994b2740e054b43145b08f0
Diffstat (limited to 'include/editeng/svxrtf.hxx')
-rw-r--r--include/editeng/svxrtf.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/editeng/svxrtf.hxx b/include/editeng/svxrtf.hxx
index 856c19439c7c..0f1fe9a7943a 100644
--- a/include/editeng/svxrtf.hxx
+++ b/include/editeng/svxrtf.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SVXRTF_HXX
-#define _SVXRTF_HXX
+#ifndef INCLUDED_EDITENG_SVXRTF_HXX
+#define INCLUDED_EDITENG_SVXRTF_HXX
#include <svl/itemset.hxx>
#include <svtools/parrtf.hxx>
@@ -419,6 +419,6 @@ inline SfxItemSet& SvxRTFParser::GetAttrSet()
#endif
- //_SVXRTF_HXX
+ // INCLUDED_EDITENG_SVXRTF_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */