summaryrefslogtreecommitdiff
path: root/include/svx/svdsob.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/svdsob.hxx')
-rw-r--r--include/svx/svdsob.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/svdsob.hxx b/include/svx/svdsob.hxx
index 146731c996e8..a15eec3e8fce 100644
--- a/include/svx/svdsob.hxx
+++ b/include/svx/svdsob.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SVDSOB_HXX
-#define _SVDSOB_HXX
+#ifndef INCLUDED_SVX_SVDSOB_HXX
+#define INCLUDED_SVX_SVDSOB_HXX
#include <com/sun/star/uno/Any.hxx>
#include <tools/stream.hxx>
@@ -112,6 +112,6 @@ inline SvStream& operator>>(SvStream& rIn, SetOfByte& rSet)
return rIn;
}
-#endif // _SVDSOB_HXX
+#endif // INCLUDED_SVX_SVDSOB_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */