From a0e0575dcf4fede5c6e20636c63042d8c62ecf77 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sun, 7 Nov 2021 16:12:31 +0200 Subject: forward decls go after #include Change-Id: I54c33508639044092356eed5144720261b4f65db Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124816 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/svx/svdmodel.hxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'include/svx') 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 #include -class OutputDevice; #include #include @@ -48,8 +47,7 @@ class OutputDevice; #include #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 -- cgit