summaryrefslogtreecommitdiff
path: root/include/svtools/valueset.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-15 17:52:21 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-15 17:56:42 +0200
commitec08cb1f81d47e8f41778bf519ead43bfb90e67c (patch)
tree1c51b5eb141126a40dfde092610877b762bae61f /include/svtools/valueset.hxx
parentf5dae84979db977febaa06acaf5e6ceeee5afbf8 (diff)
fixincludeguards.pl: now we can fix those
Change-Id: I8f29f6344592c2bb1ae0d03304cf6e18b6df3a29
Diffstat (limited to 'include/svtools/valueset.hxx')
-rw-r--r--include/svtools/valueset.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svtools/valueset.hxx b/include/svtools/valueset.hxx
index 47ff77c3abbd..0670ee094ace 100644
--- a/include/svtools/valueset.hxx
+++ b/include/svtools/valueset.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _VALUESET_HXX
-#define _VALUESET_HXX
+#ifndef INCLUDED_SVTOOLS_VALUESET_HXX
+#define INCLUDED_SVTOOLS_VALUESET_HXX
#include <svtools/svtdllapi.h>
@@ -388,6 +388,6 @@ public:
void SetEdgeBlending(bool bNew);
};
-#endif // _VALUESET_HXX
+#endif // INCLUDED_SVTOOLS_VALUESET_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */