From 8d202fa72f024529092b24197f9b5d28d4c1f6d1 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Fri, 11 Apr 2014 08:39:07 +0200 Subject: typo: paramter -> parameter --- filter/source/flash/swffilter.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filter') diff --git a/filter/source/flash/swffilter.cxx b/filter/source/flash/swffilter.cxx index 7cf9fd9fea6d..986a4039a6bb 100644 --- a/filter/source/flash/swffilter.cxx +++ b/filter/source/flash/swffilter.cxx @@ -196,7 +196,7 @@ OUString exportBackground(FlashExporter &aFlashExporter, Reference< XDrawPage > OUString filename = STR("slide") + VAL(nPage+1) + STR(suffix) + STR(".swf"); OUString fullpath = sPath + STR("/") + filename; - // AS: If suffix is "o" then the last paramter is true (for exporting objects). + // AS: If suffix is "o" then the last parameter is true (for exporting objects). Reference xOutputStreamWrap(*(new OslOutputStreamWrapper(fullpath)), UNO_QUERY); sal_uInt16 nCached = aFlashExporter.exportBackgrounds( xDrawPage, xOutputStreamWrap, sal::static_int_cast( nPage ), *suffix == 'o' ); aFlashExporter.Flush(); -- cgit