chart2/source/controller/chartapiwrapper/TitleWrapper.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 28458290212618ab2a9bcb0d12745a0512b1e8b5
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Apr 10 16:06:14 2019 +0000
Commit:     Julien Nabet <serval2...@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 <himajin100...@gmail.com>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Julien Nabet <serval2...@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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to