From 28458290212618ab2a9bcb0d12745a0512b1e8b5 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 10 Apr 2019 16:06:14 +0000 Subject: Fix typo Change-Id: Ia4cad4c7ca97a8230439b94f2fca74324a4dad41 Reviewed-on: https://gerrit.libreoffice.org/70578 Reviewed-by: himajin100000 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- chart2/source/controller/chartapiwrapper/TitleWrapper.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chart2/source') diff --git a/chart2/source/controller/chartapiwrapper/TitleWrapper.cxx b/chart2/source/controller/chartapiwrapper/TitleWrapper.cxx index e14d528c6163..767dfa36b55b 100644 --- a/chart2/source/controller/chartapiwrapper/TitleWrapper.cxx +++ b/chart2/source/controller/chartapiwrapper/TitleWrapper.cxx @@ -98,7 +98,7 @@ Any WrappedTitleStringProperty::getPropertyValue( const Reference< beans::XPrope } Any WrappedTitleStringProperty::getPropertyDefault( const Reference< beans::XPropertyState >& /*xInnerPropertyState*/ ) const { - return uno::Any( OUString() );//default title is a empty String + return uno::Any( OUString() );//default title is an empty String } class WrappedStackedTextProperty : public WrappedProperty -- cgit v1.2.3