summaryrefslogtreecommitdiff
path: root/chart2/source/model/main/Title.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/model/main/Title.hxx')
-rw-r--r--chart2/source/model/main/Title.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/chart2/source/model/main/Title.hxx b/chart2/source/model/main/Title.hxx
index 982cbe3a49d2..a402fb9f514a 100644
--- a/chart2/source/model/main/Title.hxx
+++ b/chart2/source/model/main/Title.hxx
@@ -43,7 +43,7 @@ typedef ::cppu::WeakImplHelper<
Title_Base;
}
-class Title :
+class Title final :
public MutexContainer,
public impl::Title_Base,
public ::property::OPropertySet
@@ -62,7 +62,7 @@ public:
/// merge XTypeProvider implementations
DECLARE_XTYPEPROVIDER()
-protected:
+private:
explicit Title( const Title & rOther );
// ____ OPropertySet ____
@@ -102,7 +102,6 @@ protected:
void fireModifyEvent();
-private:
css::uno::Sequence< css::uno::Reference< css::chart2::XFormattedString > > m_aStrings;
css::uno::Reference< css::util::XModifyListener > m_xModifyEventForwarder;