From e4acd26406056addac8c10e80d8cfaa48cedc7fc Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 22 Oct 2015 16:38:52 +0200 Subject: com::sun::star->css in include/linguistic to include/sfx2 Change-Id: Id69e293fda98ee6cf2cc3d3296a0cd2e06bd847e Reviewed-on: https://gerrit.libreoffice.org/19527 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/sfx2/docinf.hxx | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'include/sfx2/docinf.hxx') diff --git a/include/sfx2/docinf.hxx b/include/sfx2/docinf.hxx index 23e6d8f3631e..066b1e14a89e 100644 --- a/include/sfx2/docinf.hxx +++ b/include/sfx2/docinf.hxx @@ -43,8 +43,7 @@ namespace sfx2 { @param i_pStorage OLE Storage */ sal_uInt32 SFX2_DLLPUBLIC LoadOlePropertySet( - ::com::sun::star::uno::Reference< - ::com::sun::star::document::XDocumentProperties> i_xDocProps, + css::uno::Reference< css::document::XDocumentProperties> i_xDocProps, SotStorage* i_pStorage ); /** save document meta-data to OLE stream @@ -56,15 +55,14 @@ sal_uInt32 SFX2_DLLPUBLIC LoadOlePropertySet( @param i_pHyperlinks Blob: Hyperlink blob ("_PID_HLINKS") */ bool SFX2_DLLPUBLIC SaveOlePropertySet( - ::com::sun::star::uno::Reference< - ::com::sun::star::document::XDocumentProperties> i_xDocProps, + css::uno::Reference< css::document::XDocumentProperties> i_xDocProps, SotStorage* i_pStorage, - const ::com::sun::star::uno::Sequence * i_pThumb = 0, - const ::com::sun::star::uno::Sequence * i_pGuid = 0, - const ::com::sun::star::uno::Sequence * i_pHyperlinks = 0); + const css::uno::Sequence * i_pThumb = 0, + const css::uno::Sequence * i_pGuid = 0, + const css::uno::Sequence * i_pHyperlinks = 0); -::com::sun::star::uno::Sequence SFX2_DLLPUBLIC convertMetaFile( +css::uno::Sequence SFX2_DLLPUBLIC convertMetaFile( GDIMetaFile* i_pThumb); } // namespace sfx2 -- cgit