summaryrefslogtreecommitdiff
path: root/include/svx/SmartTagItem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/SmartTagItem.hxx')
-rw-r--r--include/svx/SmartTagItem.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/SmartTagItem.hxx b/include/svx/SmartTagItem.hxx
index 8b4364b979a8..b011eb511b3f 100644
--- a/include/svx/SmartTagItem.hxx
+++ b/include/svx/SmartTagItem.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SVX_SMARTTAGITEM_HXX
-#define _SVX_SMARTTAGITEM_HXX
+#ifndef INCLUDED_SVX_SMARTTAGITEM_HXX
+#define INCLUDED_SVX_SMARTTAGITEM_HXX
#include <svl/poolitem.hxx>
#include <com/sun/star/uno/Reference.hxx>
@@ -81,7 +81,7 @@ public:
const OUString GetRangeText() const { return maRangeText; }
};
-#endif // #ifndef _SVX_SMARTTAGITEM_HXX
+#endif // INCLUDED_SVX_SMARTTAGITEM_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */