[Libreoffice-commits] core.git: sd/source
Noel (via logerrit)
logerrit at kemper.freedesktop.org
Mon Oct 19 08:21:22 UTC 2020
sd/source/filter/ppt/pptinanimations.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 91c785d3aec872197ced5788ae83347cadd94804
Author: Noel <noelgrandin at gmail.com>
AuthorDate: Mon Oct 19 08:49:36 2020 +0200
Commit: Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Mon Oct 19 10:20:43 2020 +0200
fix typo
after
commit 648d9892e8a85606c060e050e31251357dcff44b
remove thread-unsafe static buffer
Change-Id: Ida9065664bf9237b3631e3b864a510d765365b22
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104511
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
diff --git a/sd/source/filter/ppt/pptinanimations.cxx b/sd/source/filter/ppt/pptinanimations.cxx
index 826765ab7185..5d029752154c 100644
--- a/sd/source/filter/ppt/pptinanimations.cxx
+++ b/sd/source/filter/ppt/pptinanimations.cxx
@@ -3014,7 +3014,7 @@ void AnimationImporter::dump( const PropertySet& rSet )
if (pMode)
fprintf(mpFile, " class=\"%s\"", pMode);
else
- fprintpf(mpFile, " class =\"%" SAL_PRIdINT32 "\"", nPresetClass);
+ fprintf(mpFile, " class =\"%" SAL_PRIdINT32 "\"", nPresetClass);
bKnown = true;
}
}
More information about the Libreoffice-commits
mailing list