diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2020-12-24 17:09:52 +0900 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2021-01-09 03:49:55 +0100 |
commit | 3e6c27ac7c42668152b8a636ab875bbf0b9994b2 (patch) | |
tree | e23f943d39645960c637c1fd03e788aea8a4e40b /include/sfx2/objsh.hxx | |
parent | 767f408c64d067e3a70604938b0e050a69e3d563 (diff) |
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@gmail.com>
Diffstat (limited to 'include/sfx2/objsh.hxx')
-rw-r--r-- | include/sfx2/objsh.hxx | 15 |
1 files changed, 3 insertions, 12 deletions
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; } |