basic/source/inc/filefmt.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 6c9d05b878029d866d5be3a41edc0039e8b4c50a Author: Mike Kaganski <[email protected]> AuthorDate: Sat Sep 27 13:33:46 2025 +0500 Commit: Mike Kaganski <[email protected]> CommitDate: Sat Sep 27 12:11:17 2025 +0200 Fix copypaste error The suffix for dates is not "integer". Change-Id: I01ef8c538a3015a6219f505130ae2025269a2906 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/191559 Tested-by: Jenkins Reviewed-by: Mike Kaganski <[email protected]> diff --git a/basic/source/inc/filefmt.hxx b/basic/source/inc/filefmt.hxx index 5f29d6cdf56d..22eea193f224 100644 --- a/basic/source/inc/filefmt.hxx +++ b/basic/source/inc/filefmt.hxx @@ -44,7 +44,7 @@ // version number bump for backward compatibility; relies on // new integer type suffix 'b') // tdf#168569: support date values in string pool (no version number bump -// for backward compatibility; relies on new integer type suffix 'd') +// for backward compatibility; relies on new type suffix 'd') // #define B_IMG_VERSION_12 0x00000012
