sc/source/filter/dif/difexp.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 91c0a4b982f5af093feb80eabe22b73376b5a430 Author: Julien Nabet <serval2...@yahoo.fr> AuthorDate: Thu Sep 8 20:49:22 2022 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Thu Sep 8 21:12:52 2022 +0200 Fix location of ScDocShell in comment Change-Id: I316d967427b6b86d3a2dbea46f535405f2966a1f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139705 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sc/source/filter/dif/difexp.cxx b/sc/source/filter/dif/difexp.cxx index 4b433c3a5704..6fbd13ab2248 100644 --- a/sc/source/filter/dif/difexp.cxx +++ b/sc/source/filter/dif/difexp.cxx @@ -200,7 +200,7 @@ void ScFormatFilterPluginImpl::ScExportDif( SvStream& rOut, ScDocument* pDoc, else { // for an explanation why this complicated, see - // sc/source/ui/docsh.cxx:ScDocShell::AsciiSave() + // sc/source/ui/docshell/docsh.cxx:ScDocShell::AsciiSave() // In fact we should create a common method if this would be // needed just one more time... assert( aOS.isEmpty() && "aOS should be empty");