summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2024-06-20 10:46:59 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2024-10-14 14:34:24 +0200
commit449d6893cbe23bd44b374908443e95419581ca4f (patch)
tree7d54587959286c5d771c7736cbc0add709cf3729 /chart2
parent58e37b0f091be32e65c10171d463a86df62255b7 (diff)
loplugin:unusedmethods
Change-Id: Ia216da9bd7764f2d21aaee761a02eafda88d892e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169257 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Jenkins Signed-off-by: Xisco Fauli <xiscofauli@libreoffice.org> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174884
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/controller/chartapiwrapper/TitleWrapper.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/chart2/source/controller/chartapiwrapper/TitleWrapper.hxx b/chart2/source/controller/chartapiwrapper/TitleWrapper.hxx
index aecf5f304231..91a48258174d 100644
--- a/chart2/source/controller/chartapiwrapper/TitleWrapper.hxx
+++ b/chart2/source/controller/chartapiwrapper/TitleWrapper.hxx
@@ -95,8 +95,6 @@ private:
virtual const css::uno::Sequence< css::beans::Property >& getPropertySequence() override;
virtual std::vector< std::unique_ptr<WrappedProperty> > createWrappedProperties() override;
- css::uno::Reference< css::beans::XPropertySet > getFirstCharacterPropertySet();
-
css::uno::Reference< css::chart2::XTitle > getTitleObject();
std::shared_ptr< Chart2ModelContact > m_spChart2ModelContact;