summaryrefslogtreecommitdiff
path: root/comphelper/source/property/propertysetinfo.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/property/propertysetinfo.cxx')
-rw-r--r--comphelper/source/property/propertysetinfo.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/comphelper/source/property/propertysetinfo.cxx b/comphelper/source/property/propertysetinfo.cxx
index 9c1e8097f04e..93293362a8ba 100644
--- a/comphelper/source/property/propertysetinfo.cxx
+++ b/comphelper/source/property/propertysetinfo.cxx
@@ -31,11 +31,11 @@ using namespace ::com::sun::star::lang;
namespace comphelper
{
-class PropertyMapImpl
+class PropertyMapImpl final
{
public:
PropertyMapImpl() throw();
- virtual ~PropertyMapImpl() throw();
+ ~PropertyMapImpl() throw();
void add(PropertyMapEntry const * pMap) throw();
void remove( const OUString& aName ) throw();