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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Mon Feb 24 15:01:17 UTC 2020


 sw/source/core/unocore/unocoll.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d76fdf80cb9e084b1699db857bf344f6d052ec9a
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Feb 24 15:29:58 2020 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Feb 24 16:00:44 2020 +0100

    Fix typo
    
    to complete:
    https://gerrit.libreoffice.org/c/core/+/89318
    
    Change-Id: I6c5dea07cdcb59b44e9ee8472aa6a4cace394483
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89355
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/sw/source/core/unocore/unocoll.cxx b/sw/source/core/unocore/unocoll.cxx
index a0f972f85628..f30b5240cda4 100644
--- a/sw/source/core/unocore/unocoll.cxx
+++ b/sw/source/core/unocore/unocoll.cxx
@@ -809,7 +809,7 @@ SwXServiceProvider::MakeInstance(SwServiceType nObjectType, SwDoc & rDoc)
             xRet = SvUnoImageMapPolygonObject_createInstance( sw_GetSupportedMacroItems() );
         break;
         case SwServiceType::Chart2DataProvider:
-            // #i64497# If a chart is in a temporary document during clipoard
+            // #i64497# If a chart is in a temporary document during clipboard
             // paste, there should be no data provider, so that own data is used
             // This should not happen during copy/paste, as this will unlink
             // charts using table data.


More information about the Libreoffice-commits mailing list