summaryrefslogtreecommitdiffstats
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, 1 insertions, 5 deletions
diff --git a/include/svx/svdpool.hxx b/include/svx/svdpool.hxx
index 95eea37c59c5..e61b6fe97005 100644
--- a/include/svx/svdpool.hxx
+++ b/include/svx/svdpool.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SVX_SVDPOOL_HXX
-#define INCLUDED_SVX_SVDPOOL_HXX
+#pragma once
#include <svx/xpool.hxx>
#include <svx/svxdllapi.h>
@@ -26,7 +25,6 @@
class XLineAttrSetItem;
class XFillAttrSetItem;
-
class SVXCORE_DLLPUBLIC SdrItemPool final : public XOutdevItemPool
{
public:
@@ -45,6 +43,4 @@ public:
static OUString GetItemName(sal_uInt16 nWhich);
};
-#endif // INCLUDED_SVX_SVDPOOL_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */