diff options
author | Jens Carl <j.carl43@gmx.de> | 2020-02-23 22:28:05 -0800 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2020-02-24 09:19:03 +0100 |
commit | f32a59a52e3ee2a0a8df9bb76bc1ff0ada7c7f1d (patch) | |
tree | 7296d38e46463c424a7438a94922b53069ffc56a /sc | |
parent | 7d803018968c229e8e77b6e8f6f242a76c4b24d7 (diff) |
Fix typo
Change-Id: I9f114aeb0e512ca5cdf0e0cf905e9ad76c7fe836
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89318
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/unoobj/docuno.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 && |