svtools/source/svrtf/svparser.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit f07af61f6bc8c3e0a2d7be4afa0d1e3c0882d9f6 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Tue Jun 25 16:26:43 2024 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Jun 26 09:01:02 2024 +0200 Fix translation Change-Id: Iedd595952eca24083068c33a5ec7391c125d2934 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169524 Reviewed-by: Julien Nabet <serval2...@yahoo.fr> Tested-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/svtools/source/svrtf/svparser.cxx b/svtools/source/svrtf/svparser.cxx index a7c9c411caf2..419de30e9d0a 100644 --- a/svtools/source/svrtf/svparser.cxx +++ b/svtools/source/svrtf/svparser.cxx @@ -34,7 +34,7 @@ template<typename T> struct SvParser_Impl { - OUString aToken; // gescanntes Token + OUString aToken; // parsed token sal_uInt64 nFilePos; // actual position in stream sal_uInt32 nlLineNr; // actual line number sal_uInt32 nlLinePos; // actual column number