summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorNoel <noelgrandin@gmail.com>2020-10-19 08:49:36 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-10-19 10:20:43 +0200
commit91c785d3aec872197ced5788ae83347cadd94804 (patch)
tree14e39137783d64661511cad3b03eaba6c2eb9e7d /sd
parent7f55db80c6fe42c162bbf51404e638a66b6ae9ab (diff)
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@collabora.co.uk>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/filter/ppt/pptinanimations.cxx2
1 files changed, 1 insertions, 1 deletions
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;
}
}