diff options
-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 && |