include/svx/svdpage.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5a3f8809fe489d4e9bf21f1d68ae3be5ad71349e
Author:     Tomaž Vajngerl <tomaz.vajng...@collabora.co.uk>
AuthorDate: Fri Jun 7 13:55:45 2024 +0900
Commit:     Tomaž Vajngerl <qui...@gmail.com>
CommitDate: Tue Jun 11 12:49:26 2024 +0200

    annot: change include to forward declaration
    
    Change-Id: Ibf35554b707254fa5f901e3137adb28ba46a98ae
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168515
    Tested-by: Jenkins
    Reviewed-by: Tomaž Vajngerl <qui...@gmail.com>

diff --git a/include/svx/svdpage.hxx b/include/svx/svdpage.hxx
index eb1f04dc10ae..2347a877fd7a 100644
--- a/include/svx/svdpage.hxx
+++ b/include/svx/svdpage.hxx
@@ -23,7 +23,6 @@
 #include <svl/stylesheetuser.hxx>
 #include <vcl/prntypes.hxx>
 #include <svl/itemset.hxx>
-#include <svx/annotation/Annotation.hxx>
 #include <svx/sdrpageuser.hxx>
 #include <svx/sdr/contact/viewobjectcontactredirector.hxx>
 #include <svx/sdrmasterpagedescriptor.hxx>
@@ -41,6 +40,7 @@
 namespace model { class Theme; }
 namespace reportdesign { class OSection; }
 namespace sdr::contact { class ViewContact; }
+namespace sdr::annotation { class Annotation; }
 class SdrPage;
 class SdrModel;
 class SfxItemPool;

Reply via email to