svx/source/diagram/DiagramHelper_svx.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit ecd88f3b0a5fc1b2c12d6b2aa44cfee6f043d6bb Author: Andrea Gelmini <[email protected]> AuthorDate: Fri Feb 27 15:02:21 2026 +0100 Commit: David Gilbert <[email protected]> CommitDate: Sun Mar 1 18:23:39 2026 +0100 Fix typo Change-Id: If74ee417cbaf7967a1e27a75a0324a6d0685deee Reviewed-on: https://gerrit.libreoffice.org/c/core/+/200630 Reviewed-by: David Gilbert <[email protected]> Tested-by: Jenkins diff --git a/svx/source/diagram/DiagramHelper_svx.cxx b/svx/source/diagram/DiagramHelper_svx.cxx index b4efc2b25402..cdde569c7c63 100644 --- a/svx/source/diagram/DiagramHelper_svx.cxx +++ b/svx/source/diagram/DiagramHelper_svx.cxx @@ -477,10 +477,10 @@ DiagramHelperFactory_svx& DiagramHelperFactory_svx::getDiagramHelperFactory_svx( return *pSingleGlobalDiagramHelperFactory_svx; } -// init gobal member var of DiagramHelperFactory_svx. This will then be set +// init global member var of DiagramHelperFactory_svx. This will then be set // by DiagramHelperFactory_oox::DiagramHelperFactory_oox when // aSingleGlobalDiagramHelperFactory_oox gets incarnated by oox library at -// that librarys load time +// that libraries load time DiagramHelperFactory_svx* DiagramHelperFactory_svx::pSingleGlobalDiagramHelperFactory_svx = nullptr; }} // end of namespace
