[Libreoffice-commits] core.git: include/sfx2
Tomaž Vajngerl (via logerrit)
logerrit at kemper.freedesktop.org
Sat Jan 9 02:50:33 UTC 2021
include/sfx2/objsh.hxx | 15 +++------------
1 file changed, 3 insertions(+), 12 deletions(-)
New commits:
commit 3e6c27ac7c42668152b8a636ab875bbf0b9994b2
Author: Tomaž Vajngerl <tomaz.vajngerl at collabora.co.uk>
AuthorDate: Thu Dec 24 17:09:52 2020 +0900
Commit: Tomaž Vajngerl <quikee at gmail.com>
CommitDate: Sat Jan 9 03:49:55 2021 +0100
sfx2: organize forward class declarations in objsh.hxx
Change-Id: I5e21010d540eaa6be2f75ef1a43b29d8ac75e32f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108258
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee at gmail.com>
diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx
index a14ce7d39e11..a4aaaed93382 100644
--- a/include/sfx2/objsh.hxx
+++ b/include/sfx2/objsh.hxx
@@ -91,6 +91,7 @@ namespace sfx2
namespace vcl { class Window; }
namespace com::sun::star::beans { struct PropertyValue; }
namespace com::sun::star::document { struct CmisVersion; }
+namespace com::sun::star::document { class XDocumentProperties; }
namespace com::sun::star::embed { class XStorage; }
namespace com::sun::star::frame { class XModel; }
namespace com::sun::star::graphic { class XGraphic; }
@@ -100,18 +101,8 @@ namespace com::sun::star::security { class XCertificate; }
namespace com::sun::star::security { class XDocumentDigitalSignatures; }
namespace com::sun::star::security { struct DocumentSignatureInformation; }
namespace com::sun::star::task { class XInteractionHandler; }
-
-namespace com::sun::star {
- namespace document {
- class XDocumentProperties;
- }
- namespace lang {
- class XComponent;
- }
- namespace text {
- class XTextRange;
- }
-}
+namespace com::sun::star::lang { class XComponent; }
+namespace com::sun::star::text { class XTextRange; }
namespace sfx2 { class IXmlIdRegistry; }
More information about the Libreoffice-commits
mailing list