summaryrefslogtreecommitdiffstats
path: root/include/svx/svdpool.hxx
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2021-06-15 21:36:24 +0900
committerTomaž Vajngerl <quikee@gmail.com>2021-06-17 10:42:59 +0200
commit68eb62b9bf8a64d892b3cfa58447e7c890ed3ec4 (patch)
treeb45e66f9f84be671f17cb346b8ad38302c1b9f1d /include/svx/svdpool.hxx
parenttdf#115281 sc Windows: fix shortcut text Ctrl+` in View menu (diff)
downloadcore-68eb62b9bf8a64d892b3cfa58447e7c890ed3ec4.tar.gz
core-68eb62b9bf8a64d892b3cfa58447e7c890ed3ec4.zip
svx: pragma once for some SdrObject subclasses
Change-Id: Ibbadf5069fbf5327a8a5964a3003bf6e258fd00b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117351 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
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: */