summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2020-10-17 18:31:47 +0200
committerTomaž Vajngerl <quikee@gmail.com>2020-11-23 06:18:53 +0100
commit761b0a0f85b1f915b9c170c6624559b089289831 (patch)
tree0ecfae72fc51bede03ebcf8f34572b61018cbbd7 /include
parent6efb1088faafc49e938677db43ac378c191b8ea9 (diff)
svx: organize forward declarations in svdobj.hxx
Change-Id: I256212175f66b5d0599df990675e7344505b7841 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106378 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/svx/svdobj.hxx27
1 files changed, 5 insertions, 22 deletions
diff --git a/include/svx/svdobj.hxx b/include/svx/svdobj.hxx
index bd528c9fe4cb..32afa65a2994 100644
--- a/include/svx/svdobj.hxx
+++ b/include/svx/svdobj.hxx
@@ -76,6 +76,7 @@ class SdrLayerIDSet;
class Fraction;
enum class PointerStyle;
class Graphic;
+class SvxShape;
namespace basegfx
{
@@ -84,31 +85,13 @@ namespace basegfx
class B2DHomMatrix;
}
-namespace sdr
-{
- namespace properties
- {
- class BaseProperties;
- }
+namespace sdr { class ObjectUser; }
+namespace sdr::properties { class BaseProperties; }
+namespace sdr::contact { class ViewContact; }
- class ObjectUser;
-}
+namespace svx { class PropertyChangeNotifier; }
-namespace sdr
-{
- namespace contact
- {
- class ViewContact;
- } // end of namespace contact
-}
-
-namespace svx
-{
- class PropertyChangeNotifier;
-}
-class SvxShape;
-class SdrObject;
struct SVXCORE_DLLPUBLIC SdrObjectFreeOp;
// helper for constructing std::unique_ptr for SdrObjects where a