summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/propertyhandler.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-04-05 12:43:01 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-04-05 20:34:33 +0100
commitf2810ae4a738d4129b62c6a323ffbba011e9767c (patch)
tree518c33002b55a5ba1e1bf754a172d71bd85931b3 /extensions/source/propctrlr/propertyhandler.hxx
parenta9d67869402c8dc2ed34ba59fec5a72ea821a4e0 (diff)
coverity#706523 Uncaught exception
Change-Id: I20515693bed76163433421f7fd05b319ed472a54
Diffstat (limited to 'extensions/source/propctrlr/propertyhandler.hxx')
-rw-r--r--extensions/source/propctrlr/propertyhandler.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/extensions/source/propctrlr/propertyhandler.hxx b/extensions/source/propctrlr/propertyhandler.hxx
index ab557008eff5..916f8db6306f 100644
--- a/extensions/source/propctrlr/propertyhandler.hxx
+++ b/extensions/source/propctrlr/propertyhandler.hxx
@@ -146,6 +146,11 @@ namespace pcr
*/
PropertyId impl_getPropertyId_throw( const OUString& _rPropertyName ) const;
+ /** retrieves the property id for a given property name
+ @returns -1
+ if the property name is not known to our ->m_pInfoService
+ */
+ PropertyId impl_getPropertyId_nothrow( const OUString& _rPropertyName ) const;
// helper for implementing doDescribeSupportedProperties
/** adds a description for the given string property to the given property vector