diff options
Diffstat (limited to 'include/ucbhelper/propertyvalueset.hxx')
-rw-r--r-- | include/ucbhelper/propertyvalueset.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ucbhelper/propertyvalueset.hxx b/include/ucbhelper/propertyvalueset.hxx index d1276fdb3ef5..ed3cd4671d12 100644 --- a/include/ucbhelper/propertyvalueset.hxx +++ b/include/ucbhelper/propertyvalueset.hxx @@ -55,7 +55,7 @@ class PropertyValues; * values to return can easily appended to a valueset object. That object can * directly be returned by the implementation of the command. */ -class UCBHELPER_DLLPUBLIC PropertyValueSet : +class UCBHELPER_DLLPUBLIC PropertyValueSet final : public cppu::WeakImplHelper< css::sdbc::XRow, css::sdbc::XColumnLocate> |