[Libreoffice-commits] core.git: include/svx

Tomaž Vajngerl (via logerrit) logerrit at kemper.freedesktop.org
Mon Nov 23 05:19:32 UTC 2020


 include/svx/svdobj.hxx |   27 +++++----------------------
 1 file changed, 5 insertions(+), 22 deletions(-)

New commits:
commit 761b0a0f85b1f915b9c170c6624559b089289831
Author:     Tomaž Vajngerl <tomaz.vajngerl at collabora.co.uk>
AuthorDate: Sat Oct 17 18:31:47 2020 +0200
Commit:     Tomaž Vajngerl <quikee at gmail.com>
CommitDate: Mon Nov 23 06:18:53 2020 +0100

    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 at gmail.com>

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


More information about the Libreoffice-commits mailing list