summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-02-24 15:29:58 +0100
committerJulien Nabet <serval2412@yahoo.fr>2020-02-24 16:00:44 +0100
commitd76fdf80cb9e084b1699db857bf344f6d052ec9a (patch)
tree2171fd5076b60972d9dca8e14d1722a043b94f61
parent6dd18351e3004d9a0c0d78265080be9c894edb92 (diff)
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@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--sw/source/core/unocore/unocoll.cxx2
1 files changed, 1 insertions, 1 deletions
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.