summaryrefslogtreecommitdiff
path: root/include/sfx2/docinf.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/docinf.hxx')
-rw-r--r--include/sfx2/docinf.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/sfx2/docinf.hxx b/include/sfx2/docinf.hxx
index 1c75d1d9bc3c..19a1075d2dd0 100644
--- a/include/sfx2/docinf.hxx
+++ b/include/sfx2/docinf.hxx
@@ -57,12 +57,12 @@ sal_uInt32 SFX2_DLLPUBLIC LoadOlePropertySet(
bool SFX2_DLLPUBLIC SaveOlePropertySet(
const css::uno::Reference< css::document::XDocumentProperties>& i_xDocProps,
SotStorage* i_pStorage,
- const css::uno::Sequence<sal_uInt8> * i_pThumb = nullptr,
- const css::uno::Sequence<sal_uInt8> * i_pGuid = nullptr,
- const css::uno::Sequence<sal_uInt8> * i_pHyperlinks = nullptr);
+ const css::uno::Sequence<sal_Int8> * i_pThumb = nullptr,
+ const css::uno::Sequence<sal_Int8> * i_pGuid = nullptr,
+ const css::uno::Sequence<sal_Int8> * i_pHyperlinks = nullptr);
-css::uno::Sequence<sal_uInt8> SFX2_DLLPUBLIC convertMetaFile(
+css::uno::Sequence<sal_Int8> SFX2_DLLPUBLIC convertMetaFile(
GDIMetaFile* i_pThumb);
} // namespace sfx2