summaryrefslogtreecommitdiff
path: root/chart2/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-04-10 16:06:14 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-04-11 08:56:26 +0200
commit28458290212618ab2a9bcb0d12745a0512b1e8b5 (patch)
tree19fa05129e425ed466f5a492d3efd0e65a3472c8 /chart2/source
parent81514d136ec5480faffc697cc057c2abd76799a5 (diff)
Fix typo
Change-Id: Ia4cad4c7ca97a8230439b94f2fca74324a4dad41 Reviewed-on: https://gerrit.libreoffice.org/70578 Reviewed-by: himajin100000 <himajin100000@gmail.com> Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'chart2/source')
-rw-r--r--chart2/source/controller/chartapiwrapper/TitleWrapper.cxx2
1 files changed, 1 insertions, 1 deletions
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