summaryrefslogtreecommitdiff
path: root/include/svl/intitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/intitem.hxx')
-rw-r--r--include/svl/intitem.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svl/intitem.hxx b/include/svl/intitem.hxx
index a9cb341aec10..7a17ad63a383 100644
--- a/include/svl/intitem.hxx
+++ b/include/svl/intitem.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SFXINTITEM_HXX
-#define _SFXINTITEM_HXX
+#ifndef INCLUDED_SVL_INTITEM_HXX
+#define INCLUDED_SVL_INTITEM_HXX
#include "svl/svldllapi.h"
#include <svl/cintitem.hxx>
@@ -158,6 +158,6 @@ public:
{ return new SfxUInt32Item(*this); }
};
-#endif // _SFXINTITEM_HXX
+#endif // INCLUDED_SVL_INTITEM_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */