diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-06-14 23:43:35 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-06-15 15:41:13 +0100 |
commit | 9bf2d51927c3ac87b32b996a65bd30618b4ce58c (patch) | |
tree | a83e3fa81029982c5c5d311bff401eae54f52e66 /comphelper/inc | |
parent | f03a3edf2523c208948059861e0df48567834d0d (diff) |
callcatcher: chainsaw out some unnecessary code
Change-Id: I88de7a942fbc9e0c51a3261236f5203f037d2392
Diffstat (limited to 'comphelper/inc')
-rw-r--r-- | comphelper/inc/comphelper/property.hxx | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/comphelper/inc/comphelper/property.hxx b/comphelper/inc/comphelper/property.hxx index a294b3363b5d..610ebfc04f06 100644 --- a/comphelper/inc/comphelper/property.hxx +++ b/comphelper/inc/comphelper/property.hxx @@ -88,19 +88,6 @@ namespace comphelper }; //------------------------------------------------------------------ -/** find property with given name - - @param o_rProp - Output parameter receiving the property, if found - - @param i_rPropName - Name of the property to find - - @return false, if property was not found - */ -COMPHELPER_DLLPUBLIC bool findProperty(starbeans::Property& o_rProp, staruno::Sequence<starbeans::Property>& i_seqProps, const ::rtl::OUString& i_rPropName); - -//------------------------------------------------------------------ /// remove the property with the given name from the given sequence COMPHELPER_DLLPUBLIC void RemoveProperty(staruno::Sequence<starbeans::Property>& seqProps, const ::rtl::OUString& _rPropName); |