summaryrefslogtreecommitdiff
path: root/chart2/source/tools/WrappedDirectStateProperty.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/tools/WrappedDirectStateProperty.cxx')
-rw-r--r--chart2/source/tools/WrappedDirectStateProperty.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/chart2/source/tools/WrappedDirectStateProperty.cxx b/chart2/source/tools/WrappedDirectStateProperty.cxx
index ceef3bfc79cf..34941778926f 100644
--- a/chart2/source/tools/WrappedDirectStateProperty.cxx
+++ b/chart2/source/tools/WrappedDirectStateProperty.cxx
@@ -37,8 +37,6 @@ WrappedDirectStateProperty::~WrappedDirectStateProperty()
beans::PropertyState WrappedDirectStateProperty::getPropertyState(
const Reference< beans::XPropertyState >& /* xInnerPropertyState */ ) const
- throw (beans::UnknownPropertyException,
- uno::RuntimeException)
{
return beans::PropertyState_DIRECT_VALUE;
}