summaryrefslogtreecommitdiff
path: root/include/svl/itemset.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/itemset.hxx')
-rw-r--r--include/svl/itemset.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svl/itemset.hxx b/include/svl/itemset.hxx
index 1a4b121a56a9..b4e4655d5582 100644
--- a/include/svl/itemset.hxx
+++ b/include/svl/itemset.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 _SFXITEMSET_HXX
-#define _SFXITEMSET_HXX
+#ifndef INCLUDED_SVL_ITEMSET_HXX
+#define INCLUDED_SVL_ITEMSET_HXX
#include "svl/svldllapi.h"
@@ -186,6 +186,6 @@ public:
sal_Bool bInvalidAsDefault = sal_True );
};
-#endif // #ifndef _SFXITEMSET_HXX
+#endif // INCLUDED_SVL_ITEMSET_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */