summaryrefslogtreecommitdiff
path: root/include/comphelper
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2022-05-30 12:24:42 +0100
committerCaolán McNamara <caolanm@redhat.com>2022-05-30 16:00:35 +0200
commita6856795267509aaf0b4f59a9fb3a626411d1cb6 (patch)
tree1aec9b53493454e37b371ec9a5fa6b82be6016f5 /include/comphelper
parent5b676a480a68f2ad7ceb107147a2ab3363b4d22d (diff)
cid#1504574 Resource leak
make an owner for the PropertyMapEntries Change-Id: Ie915a8a312f2b24488566814ad67fdeef89b5941 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135123 Tested-by: Jenkins Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/comphelper')
-rw-r--r--include/comphelper/propertysetinfo.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/comphelper/propertysetinfo.hxx b/include/comphelper/propertysetinfo.hxx
index 4f7ac39c29f3..ee26d86982e4 100644
--- a/include/comphelper/propertysetinfo.hxx
+++ b/include/comphelper/propertysetinfo.hxx
@@ -91,7 +91,6 @@ class COMPHELPER_DLLPUBLIC PropertySetInfo final
public:
PropertySetInfo() noexcept;
PropertySetInfo( o3tl::span<const PropertyMapEntry> pMap ) noexcept;
- PropertySetInfo(css::uno::Sequence<css::beans::Property> const &) noexcept;
virtual ~PropertySetInfo() noexcept override;
/** returns a stl map with all PropertyMapEntry pointer.<p>