summaryrefslogtreecommitdiffstats
path: root/include/svx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2021-11-07 16:12:31 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-11-07 19:20:17 +0100
commita0e0575dcf4fede5c6e20636c63042d8c62ecf77 (patch)
treeaf00fa7be111a91cc2ff61d8f6d9fb0d945a3231 /include/svx
parentcrashtesting: assert on re-exporting ooo25141-1.doc to doc (diff)
downloadcore-a0e0575dcf4fede5c6e20636c63042d8c62ecf77.tar.gz
core-a0e0575dcf4fede5c6e20636c63042d8c62ecf77.zip
forward decls go after #include
Change-Id: I54c33508639044092356eed5144720261b4f65db Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124816 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/svdmodel.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/svx/svdmodel.hxx b/include/svx/svdmodel.hxx
index 8f7d7402bdaf..73fc9f646f43 100644
--- a/include/svx/svdmodel.hxx
+++ b/include/svx/svdmodel.hxx
@@ -36,7 +36,6 @@
#include <svl/style.hxx>
#include <svx/xtable.hxx>
-class OutputDevice;
#include <svx/svdtypes.hxx>
#include <svx/svxdllapi.h>
@@ -48,8 +47,7 @@ class OutputDevice;
#include <unordered_set>
#endif
-constexpr const sal_Unicode DEGREE_CHAR = u'\x00B0'; /* U+00B0 DEGREE SIGN */
-
+class OutputDevice;
class SdrOutliner;
class SdrLayerAdmin;
class SdrObjList;
@@ -93,6 +91,9 @@ namespace com::sun::star::beans {
}
+constexpr const sal_Unicode DEGREE_CHAR = u'\x00B0'; /* U+00B0 DEGREE SIGN */
+
+
enum class SdrHintKind
{
LayerChange, // changed layer definition