summaryrefslogtreecommitdiffstats
path: root/include/svl/custritm.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/custritm.hxx')
-rw-r--r--include/svl/custritm.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svl/custritm.hxx b/include/svl/custritm.hxx
index 70948d8fbf43..760296797f21 100644
--- a/include/svl/custritm.hxx
+++ b/include/svl/custritm.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SVTOOLS_CUSTRITM_HXX
-#define _SVTOOLS_CUSTRITM_HXX
+#ifndef INCLUDED_SVL_CUSTRITM_HXX
+#define INCLUDED_SVL_CUSTRITM_HXX
#include "svl/svldllapi.h"
#include <tools/debug.hxx>
@@ -80,6 +80,6 @@ inline void CntUnencodedStringItem::SetValue(const OUString & rTheValue)
m_aValue = rTheValue;
}
-#endif // _SVTOOLS_CUSTRITM_HXX
+#endif // INCLUDED_SVL_CUSTRITM_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */