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.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sfx2/docinf.hxx b/include/sfx2/docinf.hxx
index 19a1075d2dd0..a1c03eb08371 100644
--- a/include/sfx2/docinf.hxx
+++ b/include/sfx2/docinf.hxx
@@ -22,6 +22,7 @@
#include <sal/config.h>
#include <sfx2/dllapi.h>
#include <sal/types.h>
+#include <vcl/errcode.hxx>
#include <com/sun/star/uno/Reference.hxx>
@@ -42,7 +43,7 @@ namespace sfx2 {
@param i_xDocProps Document meta-data
@param i_pStorage OLE Storage
*/
-sal_uInt32 SFX2_DLLPUBLIC LoadOlePropertySet(
+ErrCode SFX2_DLLPUBLIC LoadOlePropertySet(
const css::uno::Reference< css::document::XDocumentProperties>& i_xDocProps,
SotStorage* i_pStorage );