[Libreoffice-commits] .: filter/source

David Tardon dtardon at kemper.freedesktop.org
Thu Feb 17 00:16:55 PST 2011


 filter/source/flash/swffilter.cxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 8d723592b9e295816669dd88bebdaca121cbb099
Author: David Tardon <dtardon at redhat.com>
Date:   Thu Feb 17 09:16:14 2011 +0100

    WaE: unused variable

diff --git a/filter/source/flash/swffilter.cxx b/filter/source/flash/swffilter.cxx
index 3c6c87a..8adb99b 100644
--- a/filter/source/flash/swffilter.cxx
+++ b/filter/source/flash/swffilter.cxx
@@ -333,6 +333,9 @@ sal_Bool FlashExportFilter::ExportAsMultipleFiles(const Sequence< PropertyValue
         err = osl_writeFile(xBackgroundConfig, "slides=", strlen("slides="), &bytesWritten);
     }
 
+    // TODO: check for errors
+    (void) err;
+
     FlashExporter aFlashExporter( mxMSF, findPropertyValue<sal_Int32>(aFilterData, "CompressMode", 75), 
                                          findPropertyValue<sal_Bool>(aFilterData, "ExportOLEAsJPEG", false));
 


More information about the Libreoffice-commits mailing list