summaryrefslogtreecommitdiff
path: root/include/svx/svdpool.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/svdpool.hxx')
-rw-r--r--include/svx/svdpool.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/svdpool.hxx b/include/svx/svdpool.hxx
index e90e6d89c5f9..d953a1d69c65 100644
--- a/include/svx/svdpool.hxx
+++ b/include/svx/svdpool.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SVDPOOL_HXX
-#define _SVDPOOL_HXX
+#ifndef INCLUDED_SVX_SVDPOOL_HXX
+#define INCLUDED_SVX_SVDPOOL_HXX
#include <svx/xpool.hxx>
#include <svx/svddef.hxx>
@@ -49,6 +49,6 @@ public:
static void TakeItemName(sal_uInt16 nWhich, OUString& rItemName);
};
-#endif // _SVDPOOL_HXX
+#endif // INCLUDED_SVX_SVDPOOL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */