diff options
Diffstat (limited to 'include/comphelper/MasterPropertySetInfo.hxx')
-rw-r--r-- | include/comphelper/MasterPropertySetInfo.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/MasterPropertySetInfo.hxx b/include/comphelper/MasterPropertySetInfo.hxx index 80c1b32ad35e..55abed60a040 100644 --- a/include/comphelper/MasterPropertySetInfo.hxx +++ b/include/comphelper/MasterPropertySetInfo.hxx @@ -34,7 +34,7 @@ namespace comphelper private: virtual ~MasterPropertySetInfo() - throw(); + throw() override; void add( PropertyInfoHash &rHash, sal_uInt8 nMapId ); |