summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/unoport.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-06-10 14:58:12 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-06-10 16:08:03 +0100
commite3427b92835df104e591af1a11569204cc97587d (patch)
tree8c1a0aff671baf02397a015a431bb78437af318d /sw/source/core/inc/unoport.hxx
parent88cf5c115d3e8c8540ddb1f90f12434c2b4c014b (diff)
coverity#1213460 Uncaught exception
Change-Id: I801a216f5e900b7d922e95ef201317af5c394f8c
Diffstat (limited to 'sw/source/core/inc/unoport.hxx')
-rw-r--r--sw/source/core/inc/unoport.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/inc/unoport.hxx b/sw/source/core/inc/unoport.hxx
index f0316fc23a5b..0dce07a89a3b 100644
--- a/sw/source/core/inc/unoport.hxx
+++ b/sw/source/core/inc/unoport.hxx
@@ -145,9 +145,9 @@ protected:
void GetPropertyValue( ::com::sun::star::uno::Any &rVal,
const SfxItemPropertySimpleEntry& rEntry, SwUnoCrsr *pUnoCrsr, SfxItemSet *&pSet );
- ::com::sun::star::uno::Sequence< ::com::sun::star::beans::GetDirectPropertyTolerantResult > SAL_CALL GetPropertyValuesTolerant_Impl(
- const ::com::sun::star::uno::Sequence< OUString >& rPropertyNames,
- bool bDirectValuesOnly ) throw (::com::sun::star::uno::RuntimeException);
+ css::uno::Sequence<css::beans::GetDirectPropertyTolerantResult> SAL_CALL GetPropertyValuesTolerant_Impl(
+ const css::uno::Sequence< OUString >& rPropertyNames, bool bDirectValuesOnly )
+ throw (css::beans::UnknownPropertyException, css::uno::RuntimeException);
virtual ~SwXTextPortion();