summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewfun2.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-11 18:45:19 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-12 10:56:06 +0200
commit1a7514315931cf1d11110d149a6bc7d983a73140 (patch)
tree4d68ab0519f62fa84d6f57be70978f7a1f45b745 /sc/source/ui/view/viewfun2.cxx
parentd4718543f48733b4167bd9b9e6339915f6fd1f19 (diff)
Fix typos
Change-Id: I3e6b96f4ea341130e98ee54ed8c124209b05d343 Reviewed-on: https://gerrit.libreoffice.org/77291 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc/source/ui/view/viewfun2.cxx')
-rw-r--r--sc/source/ui/view/viewfun2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/viewfun2.cxx b/sc/source/ui/view/viewfun2.cxx
index 9aa60dc58ec2..2e9a0350ffa9 100644
--- a/sc/source/ui/view/viewfun2.cxx
+++ b/sc/source/ui/view/viewfun2.cxx
@@ -2203,7 +2203,7 @@ void ScViewFunc::UseScenario( const OUString& rName )
bool ScViewFunc::InsertTable( const OUString& rName, SCTAB nTab, bool bRecord )
{
- // Order Tabl/Name is inverted for DocFunc
+ // Order Table/Name is inverted for DocFunc
bool bSuccess = GetViewData().GetDocShell()->GetDocFunc().
InsertTable( nTab, rName, bRecord, false );
if (bSuccess)