summaryrefslogtreecommitdiff
path: root/include/sfx2/docinf.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-22 16:38:52 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-10-23 07:08:51 +0000
commite4acd26406056addac8c10e80d8cfaa48cedc7fc (patch)
tree96532a7c95d861d0bf6add09d0c8afd179756bbe /include/sfx2/docinf.hxx
parentfa22a60e71da5c43b53c5c94f65903ce05d8c9e8 (diff)
com::sun::star->css in include/linguistic to include/sfx2
Change-Id: Id69e293fda98ee6cf2cc3d3296a0cd2e06bd847e Reviewed-on: https://gerrit.libreoffice.org/19527 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/sfx2/docinf.hxx')
-rw-r--r--include/sfx2/docinf.hxx14
1 files changed, 6 insertions, 8 deletions
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<sal_uInt8> * i_pThumb = 0,
- const ::com::sun::star::uno::Sequence<sal_uInt8> * i_pGuid = 0,
- const ::com::sun::star::uno::Sequence<sal_uInt8> * i_pHyperlinks = 0);
+ const css::uno::Sequence<sal_uInt8> * i_pThumb = 0,
+ const css::uno::Sequence<sal_uInt8> * i_pGuid = 0,
+ const css::uno::Sequence<sal_uInt8> * i_pHyperlinks = 0);
-::com::sun::star::uno::Sequence<sal_uInt8> SFX2_DLLPUBLIC convertMetaFile(
+css::uno::Sequence<sal_uInt8> SFX2_DLLPUBLIC convertMetaFile(
GDIMetaFile* i_pThumb);
} // namespace sfx2