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

Jens Carl (via logerrit) logerrit at kemper.freedesktop.org
Mon Feb 24 08:19:40 UTC 2020


 sc/source/ui/unoobj/docuno.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f32a59a52e3ee2a0a8df9bb76bc1ff0ada7c7f1d
Author:     Jens Carl <j.carl43 at gmx.de>
AuthorDate: Sun Feb 23 22:28:05 2020 -0800
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Mon Feb 24 09:19:03 2020 +0100

    Fix typo
    
    Change-Id: I9f114aeb0e512ca5cdf0e0cf905e9ad76c7fe836
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89318
    Tested-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

diff --git a/sc/source/ui/unoobj/docuno.cxx b/sc/source/ui/unoobj/docuno.cxx
index 475cf5573aea..75aa90ea9e6d 100644
--- a/sc/source/ui/unoobj/docuno.cxx
+++ b/sc/source/ui/unoobj/docuno.cxx
@@ -2854,7 +2854,7 @@ css::uno::Reference<css::uno::XInterface> ScModelObj::create(
             default: break;
         }
 
-        // #i64497# If a chart is in a temporary document during clipoard paste,
+        // #i64497# If a chart is in a temporary document during clipboard paste,
         // there should be no data provider, so that own data is used
         bool bCreate =
             ! ( nType == ServiceType::CHDATAPROV &&


More information about the Libreoffice-commits mailing list