diff options
Diffstat (limited to 'include/comphelper/MasterPropertySet.hxx')
-rw-r--r-- | include/comphelper/MasterPropertySet.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/MasterPropertySet.hxx b/include/comphelper/MasterPropertySet.hxx index acd9ce9c4af6..867583d646ca 100644 --- a/include/comphelper/MasterPropertySet.hxx +++ b/include/comphelper/MasterPropertySet.hxx @@ -61,12 +61,12 @@ namespace comphelper public css::beans::XPropertyState, public css::beans::XMultiPropertySet { - protected: SolarMutex* const mpMutex; sal_uInt8 mnLastId; std::map< sal_uInt8, comphelper::SlaveData* > maSlaveMap; rtl::Reference< MasterPropertySetInfo > mxInfo; + protected: /// @throws css::beans::UnknownPropertyException /// @throws css::beans::PropertyVetoException /// @throws css::lang::IllegalArgumentException |