summaryrefslogtreecommitdiff
path: root/svx/source/inc/clonelist.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-28 03:41:20 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-10-28 15:16:19 +0100
commita4fc939e82b100490d69a61440e2d18a8652e813 (patch)
treecf452d1fac9591f7175fc194c36b99f2e7a8a694 /svx/source/inc/clonelist.hxx
parent88e78c12cf6388d35194fdc286eaa513ae245240 (diff)
fixincludeguards.sh: svx
Change-Id: I885bbc431322ee233f8e67ec2bb5701af909046c
Diffstat (limited to 'svx/source/inc/clonelist.hxx')
-rw-r--r--svx/source/inc/clonelist.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/inc/clonelist.hxx b/svx/source/inc/clonelist.hxx
index a8377458f552..c943b68d65d7 100644
--- a/svx/source/inc/clonelist.hxx
+++ b/svx/source/inc/clonelist.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 _CLONELIST_HXX_
-#define _CLONELIST_HXX_
+#ifndef INCLUDED_SVX_SOURCE_INC_CLONELIST_HXX
+#define INCLUDED_SVX_SOURCE_INC_CLONELIST_HXX
#include <vector>
@@ -44,6 +44,6 @@ public:
void CopyConnections() const;
};
-#endif // _CLONELIST_HXX_
+#endif // INCLUDED_SVX_SOURCE_INC_CLONELIST_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */