summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorGeorge Bateman <george.bateman16@gmail.com>2020-08-04 12:41:36 +0000
committerJulien Nabet <serval2412@yahoo.fr>2020-09-04 09:01:53 +0200
commit4d433b21ec6fdd80e09dc042a8e204e72b1e62c8 (patch)
treeaac6271d2bd1994c2fa8909be969fc48740d249c /include/svx
parent6efb746a8cf876ef00d97aa8bd8f2f4ef9cabcfd (diff)
tdf#124176 Replace 3 include guards with #pragma once
These are the include guards mentioned in tdf#124176 as not being compatible with an automated fix. Change-Id: Ia74453b7b96405ad36440dcd8e24759352bd15da Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100092 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/svdmodel.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/svx/svdmodel.hxx b/include/svx/svdmodel.hxx
index a02cf8f5d80b..c35b259a51dc 100644
--- a/include/svx/svdmodel.hxx
+++ b/include/svx/svdmodel.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SVX_SVDMODEL_HXX
-#define INCLUDED_SVX_SVDMODEL_HXX
+#pragma once
#include <functional>
#include <memory>
@@ -607,9 +606,6 @@ public:
virtual void dumpAsXml(xmlTextWriterPtr pWriter) const;
};
-
-#endif // INCLUDED_SVX_SVDMODEL_HXX
-
/*
+-----------+
| SdrModel |