diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-04-21 11:35:25 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-04-23 07:52:33 +0200 |
commit | e0c7b254c0b941cf55a2d4a80de981748c3bfe7c (patch) | |
tree | 94299b5be507d265581140afcea1a2572aa023dc /include/comphelper | |
parent | 3b0a1ed1ac30d02366a93c789fb5eced171dc4c5 (diff) |
simplify ChainableProperySet and MasterPropertySet
bunch of methods that do nothing
Change-Id: If7806018721bb101825d3489ca8e7fe70e175af4
Reviewed-on: https://gerrit.libreoffice.org/36778
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/comphelper')
-rw-r--r-- | include/comphelper/ChainablePropertySet.hxx | 19 | ||||
-rw-r--r-- | include/comphelper/MasterPropertySet.hxx | 19 |
2 files changed, 0 insertions, 38 deletions
diff --git a/include/comphelper/ChainablePropertySet.hxx b/include/comphelper/ChainablePropertySet.hxx index 85a7f0b41828..bef7efaf5ae2 100644 --- a/include/comphelper/ChainablePropertySet.hxx +++ b/include/comphelper/ChainablePropertySet.hxx @@ -98,25 +98,6 @@ namespace comphelper /// @throws css::lang::WrappedTargetException virtual void _postGetValues () = 0; - /// @throws css::beans::UnknownPropertyException - /// @throws css::beans::PropertyVetoException - /// @throws css::lang::IllegalArgumentException - /// @throws css::lang::WrappedTargetException - static void _preGetPropertyState (); - /// @throws css::beans::UnknownPropertyException - static void _getPropertyState( const comphelper::PropertyInfo& rInfo, css::beans::PropertyState& rState ); - /// @throws css::beans::UnknownPropertyException - /// @throws css::beans::PropertyVetoException - /// @throws css::lang::IllegalArgumentException - /// @throws css::lang::WrappedTargetException - static void _postGetPropertyState (); - - /// @throws css::beans::UnknownPropertyException - static void _setPropertyToDefault( const comphelper::PropertyInfo& rEntry ); - /// @throws css::beans::UnknownPropertyException - /// @throws css::lang::WrappedTargetException - static css::uno::Any _getPropertyDefault( const comphelper::PropertyInfo& rEntry ); - public: ChainablePropertySet( comphelper::ChainablePropertySetInfo* pInfo, SolarMutex* pMutex = nullptr ) throw(); diff --git a/include/comphelper/MasterPropertySet.hxx b/include/comphelper/MasterPropertySet.hxx index d18ad49786bf..937832488b78 100644 --- a/include/comphelper/MasterPropertySet.hxx +++ b/include/comphelper/MasterPropertySet.hxx @@ -98,25 +98,6 @@ namespace comphelper /// @throws css::lang::WrappedTargetException virtual void _postGetValues () = 0; - /// @throws css::beans::UnknownPropertyException - /// @throws css::beans::PropertyVetoException - /// @throws css::lang::IllegalArgumentException - /// @throws css::lang::WrappedTargetException - static void _preGetPropertyState (); - /// @throws css::beans::UnknownPropertyException - static void _getPropertyState( const comphelper::PropertyInfo& rInfo, css::beans::PropertyState& rState ); - /// @throws css::beans::UnknownPropertyException - /// @throws css::beans::PropertyVetoException - /// @throws css::lang::IllegalArgumentException - /// @throws css::lang::WrappedTargetException - static void _postGetPropertyState (); - - /// @throws css::beans::UnknownPropertyException - static void _setPropertyToDefault( const comphelper::PropertyInfo& rEntry ); - /// @throws css::beans::UnknownPropertyException - /// @throws css::lang::WrappedTargetException - static css::uno::Any _getPropertyDefault( const comphelper::PropertyInfo& rEntry ); - public: MasterPropertySet( comphelper::MasterPropertySetInfo* pInfo, SolarMutex* pMutex = nullptr ) throw(); |