diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-02 12:22:01 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-03 06:56:20 +0000 |
commit | 8b633f40514f9d33a22cf9b2e064d8ef3ef2c7f4 (patch) | |
tree | b43fecb42afb5ffc297d41b6069c3ac159af7d19 /sc/source/ui/docshell | |
parent | 3ffc206a4b70863fc1a340c0011eb4aa82819ae1 (diff) |
Fix typos
Change-Id: Iedca07be5300c68e180e0c71d2d6eb0052f5cced
Reviewed-on: https://gerrit.libreoffice.org/34801
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/ui/docshell')
-rw-r--r-- | sc/source/ui/docshell/dbdocfun.cxx | 2 | ||||
-rw-r--r-- | sc/source/ui/docshell/docsh.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/docshell/dbdocfun.cxx b/sc/source/ui/docshell/dbdocfun.cxx index 86680d88d94f..3269523711dd 100644 --- a/sc/source/ui/docshell/dbdocfun.cxx +++ b/sc/source/ui/docshell/dbdocfun.cxx @@ -1387,7 +1387,7 @@ bool ScDBDocFunc::CreatePivotTable(const ScDPObject& rDPObj, bool bRecord, bool if (rDoc.GetDPCollection()->GetByName(rDestObj.GetName())) rDestObj.SetName(OUString()); // ignore the invalid name, create a new name below - // Syncronize groups between linked tables + // Synchronize groups between linked tables { bool bRefFound = false; const ScDPDimensionSaveData* pGroups = nullptr; diff --git a/sc/source/ui/docshell/docsh.cxx b/sc/source/ui/docshell/docsh.cxx index b1f213f3f966..377fe43cad7c 100644 --- a/sc/source/ui/docshell/docsh.cxx +++ b/sc/source/ui/docshell/docsh.cxx @@ -566,7 +566,7 @@ bool ScDocShell::Load( SfxMedium& rMedium ) InitOptions(true); // If this is an ODF file being loaded, then by default, use legacy processing - // for tdf#99729 (if required, it will be overriden in *::ReadUserDataSequence()) + // for tdf#99729 (if required, it will be overridden in *::ReadUserDataSequence()) if (IsOwnStorageFormat(rMedium)) { if (aDocument.GetDrawLayer()) |