[Libreoffice-commits] core.git: chart2/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Thu Apr 11 06:56:51 UTC 2019
chart2/source/controller/chartapiwrapper/TitleWrapper.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 28458290212618ab2a9bcb0d12745a0512b1e8b5
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Apr 10 16:06:14 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Apr 11 08:56:26 2019 +0200
Fix typo
Change-Id: Ia4cad4c7ca97a8230439b94f2fca74324a4dad41
Reviewed-on: https://gerrit.libreoffice.org/70578
Reviewed-by: himajin100000 <himajin100000 at gmail.com>
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
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
More information about the Libreoffice-commits
mailing list