summaryrefslogtreecommitdiff
path: root/include/svl/visitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/visitem.hxx')
-rw-r--r--include/svl/visitem.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svl/visitem.hxx b/include/svl/visitem.hxx
index adb72d0578e7..2d082d56e431 100644
--- a/include/svl/visitem.hxx
+++ b/include/svl/visitem.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SFXVISIBILITYITEM_HXX
-#define _SFXVISIBILITYITEM_HXX
+#ifndef INCLUDED_SVL_VISITEM_HXX
+#define INCLUDED_SVL_VISITEM_HXX
#include "svl/svldllapi.h"
#include <tools/debug.hxx>
@@ -82,6 +82,6 @@ public:
void SetValue(sal_Bool bVisible) { m_nValue.bVisible = bVisible; }
};
-#endif // _SFXVISIBILITYITEM_HXX
+#endif // INCLUDED_SVL_VISITEM_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */