diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-06-09 12:52:59 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-06-11 21:19:40 +0200 |
commit | 5c1aedccd2a96d0ecd51f477d2f2b68f50d61338 (patch) | |
tree | f0f1d5aa9530469eab7f1126aae2f024ef67fbdd /sc/source | |
parent | cc6f5af10725f16c659d639857eb80b771f44b9c (diff) |
Fix typos
Change-Id: I81740a3ff9474e971556e9e7d4aa245151163d0e
Reviewed-on: https://gerrit.libreoffice.org/38608
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/ui/docshell/dbdocfun.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/docshell/dbdocfun.cxx b/sc/source/ui/docshell/dbdocfun.cxx index 71426d86ea70..5f1eb7acde8a 100644 --- a/sc/source/ui/docshell/dbdocfun.cxx +++ b/sc/source/ui/docshell/dbdocfun.cxx @@ -742,7 +742,7 @@ bool ScDBDocFunc::Query( SCTAB nTab, const ScQueryParam& rQueryParam, rDoc.CopyToDocument(aLocalParam.nCol1, aLocalParam.nRow1, nDestTab, aLocalParam.nCol2, aLocalParam.nRow2, nDestTab, InsertDeleteFlags::ALL, false, *pUndoDoc); - // secure attributs in case they were copied along + // secure attributes in case they were copied along if (pDestData) { |