[Libreoffice-commits] core.git: chart2/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Tue Jun 11 05:59:05 UTC 2019


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

New commits:
commit ca81bf6c7dfb4278f978bdcda5feeda8498230ff
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Jun 10 16:56:47 2019 +0000
Commit:     Jens Carl <j.carl43 at gmx.de>
CommitDate: Tue Jun 11 07:58:06 2019 +0200

    Fix typo
    
    Change-Id: Iae4e5edb4d7df99e48b0198f150b8593ef206a8f
    Reviewed-on: https://gerrit.libreoffice.org/73786
    Tested-by: Jenkins
    Reviewed-by: Jens Carl <j.carl43 at gmx.de>

diff --git a/chart2/source/controller/main/ChartFrameloader.cxx b/chart2/source/controller/main/ChartFrameloader.cxx
index c757d5f60760..ca9adb6e3607 100644
--- a/chart2/source/controller/main/ChartFrameloader.cxx
+++ b/chart2/source/controller/main/ChartFrameloader.cxx
@@ -112,7 +112,7 @@ sal_Bool SAL_CALL ChartFrameLoader::load( const uno::Sequence< beans::PropertyVa
             , uno::UNO_QUERY );
 
         //!!!it is a special characteristic of the example application
-        //that the controller simultaniously provides the XWindow controller functionality
+        //that the controller simultaneously provides the XWindow controller functionality
         xComponentWindow =
                       uno::Reference< awt::XWindow >( xController, uno::UNO_QUERY );
 


More information about the Libreoffice-commits mailing list