diff options
Diffstat (limited to 'chart2/source/model/main/GridProperties.hxx')
-rw-r--r-- | chart2/source/model/main/GridProperties.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chart2/source/model/main/GridProperties.hxx b/chart2/source/model/main/GridProperties.hxx index 43ab136c8332..930ea9c90674 100644 --- a/chart2/source/model/main/GridProperties.hxx +++ b/chart2/source/model/main/GridProperties.hxx @@ -18,7 +18,6 @@ */ #pragma once -#include <cppuhelper/basemutex.hxx> #include <cppuhelper/implbase.hxx> #include <comphelper/uno3.hxx> #include <com/sun/star/lang/XServiceInfo.hpp> @@ -41,7 +40,6 @@ typedef ::cppu::WeakImplHelper< } class GridProperties final : - public cppu::BaseMutex, public impl::GridProperties_Base, public ::property::OPropertySet { |