diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-06-29 13:57:11 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-07-07 07:30:59 +0200 |
commit | d5c6087979a6a01c16eff6dab15b4b94770a2c14 (patch) | |
tree | b283a0995e02a70f0ba1f04f37a7138136117758 /sc | |
parent | 0e2c1ab9b7c987686037c6b90bb268a99f797c7f (diff) |
Fix typos
Change-Id: I02edac50950327ca81acbb25ef1830f8e9130984
Reviewed-on: https://gerrit.libreoffice.org/56943
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/view/dbfunc3.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/dbfunc3.cxx b/sc/source/ui/view/dbfunc3.cxx index 7474f22bbac4..6350e235f8f9 100644 --- a/sc/source/ui/view/dbfunc3.cxx +++ b/sc/source/ui/view/dbfunc3.cxx @@ -474,7 +474,7 @@ void ScDBFunc::DoSubTotals( const ScSubTotalParam& rParam, bool bRecord, rDoc.CopyToDocument( 0,0,0, MAXCOL,MAXROW,nTabCount-1, InsertDeleteFlags::FORMULA, false, *pUndoDoc ); - // data base and othe ranges + // database and other ranges ScRangeName* pDocRange = rDoc.GetRangeName(); if (!pDocRange->empty()) pUndoRange = new ScRangeName( *pDocRange ); |