summaryrefslogtreecommitdiff
path: root/include/svx/xpool.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/xpool.hxx')
-rw-r--r--include/svx/xpool.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/xpool.hxx b/include/svx/xpool.hxx
index e7838d6e8faa..06a76d307d24 100644
--- a/include/svx/xpool.hxx
+++ b/include/svx/xpool.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _XPOOL_HXX
-#define _XPOOL_HXX
+#ifndef INCLUDED_SVX_XPOOL_HXX
+#define INCLUDED_SVX_XPOOL_HXX
#include <svl/itempool.hxx>
#include <svx/xdef.hxx>
@@ -49,6 +49,6 @@ protected:
virtual ~XOutdevItemPool();
};
-#endif // _XPOOL_HXX
+#endif // INCLUDED_SVX_XPOOL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */