summaryrefslogtreecommitdiff
path: root/chart2/source/model/main/PageBackground.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/model/main/PageBackground.hxx')
-rw-r--r--chart2/source/model/main/PageBackground.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/chart2/source/model/main/PageBackground.hxx b/chart2/source/model/main/PageBackground.hxx
index 99abf8150929..280ff9b9cde6 100644
--- a/chart2/source/model/main/PageBackground.hxx
+++ b/chart2/source/model/main/PageBackground.hxx
@@ -48,7 +48,7 @@ class PageBackground :
public ::property::OPropertySet
{
public:
- explicit PageBackground( const css::uno::Reference< css::uno::XComponentContext > & xContext );
+ explicit PageBackground();
virtual ~PageBackground() override;
/// XServiceInfo declarations
@@ -104,8 +104,6 @@ protected:
using OPropertySet::disposing;
private:
- css::uno::Reference< css::uno::XComponentContext > m_xContext;
-
css::uno::Reference< css::util::XModifyListener > m_xModifyEventForwarder;
};