summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/docinf.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/doc/docinf.cxx')
-rw-r--r--sfx2/source/doc/docinf.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/docinf.cxx b/sfx2/source/doc/docinf.cxx
index 6960064e147b..b58dfd81bca1 100644
--- a/sfx2/source/doc/docinf.cxx
+++ b/sfx2/source/doc/docinf.cxx
@@ -146,7 +146,7 @@ ErrCode LoadOlePropertySet(
if( xCustomSect.get() )
{
uno::Reference < beans::XPropertyContainer > xUserDefined(
- i_xDocProps->getUserDefinedProperties(), uno::UNO_QUERY_THROW);
+ i_xDocProps->getUserDefinedProperties(), uno::UNO_SET_THROW);
::std::vector< sal_Int32 > aPropIds;
xCustomSect->GetPropertyIds( aPropIds );
for( const auto& rPropId : aPropIds )